Skip to content

Commit 7d3cd05

Browse files
author
Jann Roder
committed
Exclude tests from pip package and add license file
1 parent b30dc14 commit 7d3cd05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
'License :: OSI Approved :: MIT License',
6767
'Operating System :: OS Independent',
6868
],
69-
packages=find_packages(),
69+
packages=find_packages(exclude=["tests"]),
70+
data_files=[('', ['LICENSE'])],
7071
install_requires=[
7172
'requests>=2.0.0,<3',
7273
'PyJWT[crypto]>=1.0.0,<2',

0 commit comments

Comments
 (0)