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 -*-
3
2
4
3
from setuptools import setup
5
4
from setuptools import find_packages
8
7
with codecs .open ('README.rst' ,'r' ,encoding = 'utf-8' ) as readme_file :
9
8
readme = readme_file .read ()
10
9
11
- #with open('HISTORY.rst') as history_file:
12
- # history = history_file.read()
13
-
14
10
requirements = [
15
11
'pyicu>=1.9.3' ,
16
12
'nltk' ,
38
34
install_requires = requirements ,
39
35
license = 'Apache Software License 2.0' ,
40
36
zip_safe = False ,
41
- #test_suite='test',
42
37
keywords = 'pythainlp' ,
43
38
classifiers = [
44
39
'Development Status :: 5 - Production/Stable' ,
52
47
'Programming Language :: Python :: 3.3' ,
53
48
'Programming Language :: Python :: 3.4' ,
54
49
'Programming Language :: Python :: 3.5' ]
55
- #scripts = ['test.py']
56
- #tests_require=test_requirements
57
50
)
You can’t perform that action at this time.
0 commit comments