Skip to content

Commit 03df705

Browse files
committed
Exclude 'test' package from installation.
1 parent 459f3be commit 03df705

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
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(
15+
include=["mkdocstrings_handlers.*"],
16+
exclude=["test"],
17+
),
1518
classifiers=[
1619
"Programming Language :: Python :: 3",
1720
"License :: Other/Proprietary License",

0 commit comments

Comments
 (0)