Skip to content

Commit 2181eaf

Browse files
authored
Merge pull request #6 from pawamoy/patch-1
Fix setup.py to find the namespace package
2 parents 308e28e + 7153aeb commit 2181eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/AutoActuary/mkdocstrings-vba",
14-
packages=setuptools.find_packages(),
14+
packages=setuptools.find_namespace_packages(include=["mkdocstrings_handlers.*"]),
1515
classifiers=[
1616
"Programming Language :: Python :: 3",
1717
"License :: Other/Proprietary License",

0 commit comments

Comments
 (0)