We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ec8f28 + 59672ad commit ea1eaefCopy full SHA for ea1eaef
1 file changed
setup.py
@@ -13,7 +13,7 @@
13
long_description=long_description,
14
long_description_content_type="text/markdown",
15
url="https://github.com/cloudconvert/cloudconvert-python",
16
- packages=setuptools.find_packages(),
+ packages=setuptools.find_packages(exclude=["tests"]),
17
install_requires=[
18
"requests",
19
"urllib3"
@@ -26,4 +26,4 @@
26
"Operating System :: OS Independent",
27
],
28
zip_safe=False
29
-)
+)
0 commit comments