Skip to content

Commit 15a31db

Browse files
authored
Don't publish test packages (#863)
Previously, the testkit backend was included in the published packed.
1 parent c86f174 commit 15a31db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"console_scripts": [
4444
],
4545
}
46-
packages = find_packages(exclude=["tests"])
46+
packages = find_packages(exclude=["test*"])
4747

4848
readme_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "README.rst"))
4949
with open(readme_path, mode="r", encoding="utf-8") as fr:

0 commit comments

Comments
 (0)