File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python3
2- # -*- coding: utf-8 -*-
1+ # -*- coding: utf-8 -*-
32
43from setuptools import setup
54from setuptools import find_packages
87with codecs .open ('README.rst' ,'r' ,encoding = 'utf-8' ) as readme_file :
98 readme = readme_file .read ()
109
11- #with open('HISTORY.rst') as history_file:
12- # history = history_file.read()
13-
1410requirements = [
1511 'pyicu>=1.9.3' ,
1612 'nltk' ,
3834 install_requires = requirements ,
3935 license = 'Apache Software License 2.0' ,
4036 zip_safe = False ,
41- #test_suite='test',
4237 keywords = 'pythainlp' ,
4338 classifiers = [
4439 'Development Status :: 5 - Production/Stable' ,
5247 'Programming Language :: Python :: 3.3' ,
5348 'Programming Language :: Python :: 3.4' ,
5449 'Programming Language :: Python :: 3.5' ]
55- #scripts = ['test.py']
56- #tests_require=test_requirements
5750)
You can’t perform that action at this time.
0 commit comments