Skip to content

Commit

Permalink
Specifies Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
iMerica committed Mar 1, 2020
1 parent 9298014 commit 25d0ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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',
Expand All @@ -36,6 +36,7 @@
],
test_suite='runtests.runtests',
include_package_data=True,
python_requires='>=3.5',
classifiers=[
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 25d0ebb

Please sign in to comment.