Skip to content

Commit 344c097

Browse files
committed
Update setup.py
1 parent 83830f8 commit 344c097

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
setup(
1313
name="spacy-pythainlp",
14-
version="0.1dev1",
14+
version="0.1dev2",
1515
description="PyThaiNLP For spaCy",
1616
long_description=readme,
1717
long_description_content_type="text/markdown",
1818
author="Wannaphong Phatthiyaphaibun",
1919
author_email="wannaphong@yahoo.com",
2020
url="https://github.com/PyThaiNLP/spaCy-PyThaiNLP",
21-
packages=find_packages(exclude=["tests", "tests.*"]),
21+
packages=["spacy_pythainlp"],
2222
# test_suite="tests",
2323
python_requires=">=3.7",
2424
include_package_data=True,

0 commit comments

Comments
 (0)