File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- python setup.py bdist_wheel
1
+ python3 setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change @@ -13,6 +13,3 @@ replace = version='{new_version}'
13
13
[bumpversion:file:pythainlp/__init__.py]
14
14
search = __version__ = ' {current_version}'
15
15
replace = __version__ = ' {new_version}'
16
-
17
- [bdist_wheel]
18
- universal =1
Original file line number Diff line number Diff line change 26
26
keywords = 'pythainlp' ,
27
27
classifiers = [
28
28
'Development Status :: 5 - Production/Stable' ,
29
+ 'Programming Language :: Python :: 3' ,
29
30
'Intended Audience :: Developers' ,
30
31
'License :: OSI Approved :: Apache Software License' ,
31
32
'Natural Language :: Thai' ,
32
- 'Topic :: Text Processing :: Linguistic' ,
33
- 'Programming Language :: Python :: Implementation' ]
33
+ 'Topic :: Text Processing :: Linguistic' ]
34
34
)
You can’t perform that action at this time.
0 commit comments