Skip to content

Commit d14509a

Browse files
daaprkumar
authored andcommitted
Exclude tests subpackages from Python package
1 parent a61edb2 commit d14509a

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
@@ -53,7 +53,7 @@ def read(filename):
5353
"Programming Language :: Python :: Implementation :: PyPy",
5454
],
5555
"keywords": "http api rest client retrofit",
56-
"packages": find_packages(exclude=("tests",)),
56+
"packages": find_packages(exclude=("tests", "tests.*")),
5757
"install_requires": install_requires,
5858
"extras_require": extras_require,
5959
}

0 commit comments

Comments
 (0)