Skip to content

Commit

Permalink
Merge 7e9a446 into 75c849e
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jun 7, 2020
2 parents 75c849e + 7e9a446 commit 5759f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def get_version(package):
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand All @@ -70,5 +71,4 @@ def get_version(package):
python_requires=">=3.5",
extras_require=EXTRAS_REQUIRE,
entry_points={"console_scripts": ["pyjwt = jwt.__main__:main"]},
options={"bdist_wheel": {"universal": "1"}},
)

0 comments on commit 5759f18

Please sign in to comment.