Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from hugovk/update-setup
Browse files Browse the repository at this point in the history
Add python_requires and classifiers
  • Loading branch information
davedoesdev committed Sep 3, 2018
2 parents b2e4f78 + 367951f commit 340d682
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -17,4 +17,12 @@ def read(name):
license='MIT',
packages=['python_jwt'],
install_requires=['jwcrypto>=0.4.2'],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
],
)

0 comments on commit 340d682

Please sign in to comment.