We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 308e28e + 7153aeb commit 2181eafCopy full SHA for 2181eaf
setup.py
@@ -11,7 +11,7 @@
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/AutoActuary/mkdocstrings-vba",
14
- packages=setuptools.find_packages(),
+ packages=setuptools.find_namespace_packages(include=["mkdocstrings_handlers.*"]),
15
classifiers=[
16
"Programming Language :: Python :: 3",
17
"License :: Other/Proprietary License",
0 commit comments