From d3ab765d0879348307b442ed695f1bd0cae3a989 Mon Sep 17 00:00:00 2001 From: BLKSerene Date: Mon, 16 Oct 2023 10:54:01 +0800 Subject: [PATCH] Exclude test suite from the package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2946feb..1f9742b 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ author="Wannaphong", author_email="wannaphong@yahoo.com", url="https://github.com/wannaphong/laonlp", - packages=find_packages(), + packages=find_packages(exclude=["tests"]), test_suite="tests", python_requires=">=3.6", package_data={