Skip to content

Commit

Permalink
Merge pull request #31 from ebram96/patch-1
Browse files Browse the repository at this point in the history
Exclude tests directory from being packaged
  • Loading branch information
josiasmontag authored Dec 15, 2023
2 parents 3ec8f28 + 59672ad commit ea1eaef
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 ea1eaef

Please sign in to comment.