Skip to content

Commit 59672ad

Browse files
authored
Exclude tests directory from being packaged
1 parent 3ec8f28 commit 59672ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/cloudconvert/cloudconvert-python",
16-
packages=setuptools.find_packages(),
16+
packages=setuptools.find_packages(exclude=["tests"]),
1717
install_requires=[
1818
"requests",
1919
"urllib3"
@@ -26,4 +26,4 @@
2626
"Operating System :: OS Independent",
2727
],
2828
zip_safe=False
29-
)
29+
)

0 commit comments

Comments
 (0)