We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b964f commit 7cf088aCopy full SHA for 7cf088a
setup.py
@@ -13,7 +13,7 @@ def read(fname):
13
license = "MIT",
14
keywords = "jwt json web token security signing",
15
url = "http://github.com/progrium/pyjwt",
16
- packages=['jwt', 'tests'],
+ packages=['jwt'],
17
scripts=['bin/jwt'],
18
long_description=read('README.md'),
19
classifiers=[
0 commit comments