Skip to content

Commit

Permalink
Exclude tests directory from being packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
ebram96 authored Dec 14, 2023
1 parent 3ec8f28 commit 59672ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cloudconvert/cloudconvert-python",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=["tests"]),
install_requires=[
"requests",
"urllib3"
Expand All @@ -26,4 +26,4 @@
"Operating System :: OS Independent",
],
zip_safe=False
)
)

0 comments on commit 59672ad

Please sign in to comment.