Skip to content

Commit b95532b

Browse files
authored
release v0.9.5 (#26)
1 parent bb1d445 commit b95532b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description_content_type="text/markdown",
2828
url="https://github.com/pjn2work/testipy",
2929
setup_requires=["wheel"],
30-
packages=setuptools.find_packages(),
30+
packages=setuptools.find_namespace_packages(include=("*",)),
3131
include_package_data=True,
3232
install_requires=install_requires,
3333
entry_points={"console_scripts": ["testipy = testipy.__main__:run_testipy"]},

0 commit comments

Comments
 (0)