mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 05:43:44 +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(
|
||||
name='dj-rest-auth',
|
||||
version='0.1.1',
|
||||
version='0.1.2',
|
||||
author='iMerica',
|
||||
author_email='imichael@pm.me',
|
||||
url='http://github.com/iMerica/dj-rest-auth',
|
||||
|
@ -36,6 +36,7 @@ setup(
|
|||
],
|
||||
test_suite='runtests.runtests',
|
||||
include_package_data=True,
|
||||
python_requires='>=3.5',
|
||||
classifiers=[
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
Loading…
Reference in New Issue
Block a user