Skip to content

Commit

Permalink
Use polarion* to also include sub-packages like base
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Campbell committed Sep 11, 2024
1 parent 9fe8447 commit f3e7c51
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(include=["polarion"]),
packages=setuptools.find_packages(include=["polarion*"]),
python_requires='>=3.7',
)

0 comments on commit f3e7c51

Please sign in to comment.