We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9253a4c + f8165f3 commit cf84da0Copy full SHA for cf84da0
1 file changed
setup.py
@@ -36,7 +36,7 @@ def read(fname):
36
license="Apache2",
37
keywords="nlp computational_linguistics tibetan tokenizer token",
38
url="https://github.com/OpenPecha/botok",
39
- packages=setuptools.find_packages(),
+ packages=setuptools.find_packages(exclude=["tests"]),
40
long_description=read("README.md"),
41
long_description_content_type="text/markdown",
42
project_urls={
0 commit comments