Specifies Python version

This commit is contained in:
Michael 2020-02-29 23:20:56 -06:00
parent 9298014b3a
commit 25d0ebbfd4

View File

@ -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',