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 c86f174 commit 15a31dbCopy full SHA for 15a31db
setup.py
@@ -43,7 +43,7 @@
43
"console_scripts": [
44
],
45
}
46
-packages = find_packages(exclude=["tests"])
+packages = find_packages(exclude=["test*"])
47
48
readme_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "README.rst"))
49
with open(readme_path, mode="r", encoding="utf-8") as fr:
0 commit comments