Skip to content

Commit c4c8c7b

Browse files
committed
update setup.py
python 3 only
1 parent fb9ab2c commit c4c8c7b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

build_pypi.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python setup.py bdist_wheel
1+
python3 setup.py sdist bdist_wheel

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ replace = version='{new_version}'
1313
[bumpversion:file:pythainlp/__init__.py]
1414
search = __version__ = '{current_version}'
1515
replace = __version__ = '{new_version}'
16-
17-
[bdist_wheel]
18-
universal=1

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
keywords='pythainlp',
2727
classifiers=[
2828
'Development Status :: 5 - Production/Stable',
29+
'Programming Language :: Python :: 3',
2930
'Intended Audience :: Developers',
3031
'License :: OSI Approved :: Apache Software License',
3132
'Natural Language :: Thai',
32-
'Topic :: Text Processing :: Linguistic',
33-
'Programming Language :: Python :: Implementation']
33+
'Topic :: Text Processing :: Linguistic']
3434
)

0 commit comments

Comments
 (0)