Skip to content

Commit 73433c2

Browse files
authored
Fix #20
1 parent 75f0863 commit 73433c2

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
@@ -21,7 +21,7 @@ def get_version():
2121
author="Chris Sewell",
2222
author_email="[email protected]",
2323
license="MIT",
24-
packages=find_packages(),
24+
packages=find_packages(exclude=["test*"]),
2525
entry_points={
2626
"console_scripts": [
2727
"markdown-it = markdown_it.cli.parse:main",

0 commit comments

Comments
 (0)