Skip to content

Commit

Permalink
Add hard requirement for python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Apr 9, 2019
1 parent dc926da commit 26f9d65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[wheel]
universal = 1

[metadata]
license_file = LICENSE.txt
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
'djangorestframework',
'pyjwt',
],
python_requires='>=3.5,<4',
extras_require=extras_require,
packages=find_packages(exclude=['tests', 'tests.*', 'licenses', 'requirements']),
classifiers=[
Expand Down

0 comments on commit 26f9d65

Please sign in to comment.