Skip to content

Commit cf84da0

Browse files
authored
Merge pull request #114 from BLKSerene/exclude_test_suite
Exclude test suite
2 parents 9253a4c + f8165f3 commit cf84da0

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
@@ -36,7 +36,7 @@ def read(fname):
3636
license="Apache2",
3737
keywords="nlp computational_linguistics tibetan tokenizer token",
3838
url="https://github.com/OpenPecha/botok",
39-
packages=setuptools.find_packages(),
39+
packages=setuptools.find_packages(exclude=["tests"]),
4040
long_description=read("README.md"),
4141
long_description_content_type="text/markdown",
4242
project_urls={

0 commit comments

Comments
 (0)