Skip to content

Commit 7cf088a

Browse files
committed
Edited setup.py via GitHub
1 parent 44b964f commit 7cf088a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313
license = "MIT",
1414
keywords = "jwt json web token security signing",
1515
url = "http://github.com/progrium/pyjwt",
16-
packages=['jwt', 'tests'],
16+
packages=['jwt'],
1717
scripts=['bin/jwt'],
1818
long_description=read('README.md'),
1919
classifiers=[

0 commit comments

Comments
 (0)