Skip to content

Commit f998686

Browse files
committed
fix setup.py in travis-ci
1 parent 548c336 commit f998686

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
1+
# -*- coding: utf-8 -*-
32

43
from setuptools import setup
54
from setuptools import find_packages
@@ -8,9 +7,6 @@
87
with 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-
1410
requirements = [
1511
'pyicu>=1.9.3',
1612
'nltk',
@@ -38,7 +34,6 @@
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',
@@ -52,6 +47,4 @@
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
)

0 commit comments

Comments
 (0)