Unverified Commit 5ad60b0c authored by Hu Dong's avatar Hu Dong Committed by GitHub
Browse files

[Misc] Exclude the `tests` directory from being packaged (#4552)

parent fb087af5
...@@ -404,7 +404,7 @@ setup( ...@@ -404,7 +404,7 @@ setup(
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
], ],
packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples", packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples",
"tests")), "tests*")),
python_requires=">=3.8", python_requires=">=3.8",
install_requires=get_requirements(), install_requires=get_requirements(),
ext_modules=ext_modules, ext_modules=ext_modules,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment