Skip to content

Commit 7153aeb

Browse files
authored
Update setup.py
1 parent 2cf50c7 commit 7153aeb

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_namespace_packages(include=['mkdocstrings_handlers.*']),
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)