Skip to content

Commit

Permalink
Merge pull request #182 from lambda/dont-package-tests-directory
Browse files Browse the repository at this point in the history
Don't package tests directory
  • Loading branch information
jesper-raemaekers authored Nov 13, 2024
2 parents 4eb6eeb + f3e7c51 commit 46cf29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"Development Status :: 3 - Alpha"
],
install_requires=["zeep", "lxml", "texttable"],
packages=setuptools.find_packages(),
packages=setuptools.find_packages(include=["polarion*"]),
python_requires='>=3.7',
)

0 comments on commit 46cf29c

Please sign in to comment.