Skip to content

Commit 5ad60b0

Browse files
authored
[Misc] Exclude the tests directory from being packaged (#4552)
1 parent fb087af commit 5ad60b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def _read_requirements(filename: str) -> List[str]:
404404
"Topic :: Scientific/Engineering :: Artificial Intelligence",
405405
],
406406
packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples",
407-
"tests")),
407+
"tests*")),
408408
python_requires=">=3.8",
409409
install_requires=get_requirements(),
410410
ext_modules=ext_modules,

0 commit comments

Comments
 (0)