Skip to content

Commit f57d00f

Browse files
committed
chore(publish): ignore tests
1 parent 19ea310 commit f57d00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
long_description=LONG_DESCRIPTION,
4242
long_description_content_type="text/markdown",
4343
install_requires=REQUIRES,
44-
packages=find_packages(exclude=['test']),
44+
packages=find_packages(exclude=["*test.*", "*test"]),
4545
include_package_data=True,
4646
license="Apache",
4747
classifiers=[

0 commit comments

Comments
 (0)