We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f0863 commit 73433c2Copy full SHA for 73433c2
setup.py
@@ -21,7 +21,7 @@ def get_version():
21
author="Chris Sewell",
22
author_email="chrisj_sewell@hotmail.com",
23
license="MIT",
24
- packages=find_packages(),
+ packages=find_packages(exclude=["test*"]),
25
entry_points={
26
"console_scripts": [
27
"markdown-it = markdown_it.cli.parse:main",
0 commit comments