We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf50c7 commit 7153aebCopy full SHA for 7153aeb
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_namespace_packages(include=['mkdocstrings_handlers.*']),
+ packages=setuptools.find_namespace_packages(include=["mkdocstrings_handlers.*"]),
15
classifiers=[
16
"Programming Language :: Python :: 3",
17
"License :: Other/Proprietary License",
0 commit comments