mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Specifies Python version
This commit is contained in:
parent
9298014b3a
commit
25d0ebbfd4
3
setup.py
3
setup.py
|
@ -12,7 +12,7 @@ f.close()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dj-rest-auth',
|
name='dj-rest-auth',
|
||||||
version='0.1.1',
|
version='0.1.2',
|
||||||
author='iMerica',
|
author='iMerica',
|
||||||
author_email='imichael@pm.me',
|
author_email='imichael@pm.me',
|
||||||
url='http://github.com/iMerica/dj-rest-auth',
|
url='http://github.com/iMerica/dj-rest-auth',
|
||||||
|
@ -36,6 +36,7 @@ setup(
|
||||||
],
|
],
|
||||||
test_suite='runtests.runtests',
|
test_suite='runtests.runtests',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
python_requires='>=3.5',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user