File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Current PyPI packages] ( https://badge.fury.io/py/mecab-python3.svg )] ( https://pypi.org/project/mecab-python3/ )
2
- [ ![ Build status] ( https://travis-ci.org/SamuraiT/mecab-python3.svg?branch=master )] ( https://travis-ci.org/SamuraiT/mecab-python3 )
2
+ ![ Test Status] ( https://github.com/SamuraiT/mecab-python3/workflows/test-manylinux/badge.svg )
3
+
3
4
[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/mecab-python3 )] ( https://pypi.org/project/mecab-python3/ )
4
5
![ Supported Platforms] ( https://img.shields.io/badge/platforms-linux%20macosx%20windows-blue )
5
6
6
7
# mecab-python3
7
8
8
9
This is a Python wrapper for the [ MeCab] [ ] morphological analyzer for Japanese
9
- text. It works with Python 3.6 and greater, as well as Python 2.7.
10
+ text. It works with Python 3.6 and greater; if you need to use Python 2.7, use
11
+ v1.0.2.
10
12
11
13
** issueを英語で書く必要はありません。**
12
14
Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ def _get_pkg_data_files(self, package):
225
225
},
226
226
classifiers = [
227
227
"Development Status :: 6 - Mature" ,
228
- "Programming Language :: Python :: 2.7" ,
229
228
"Programming Language :: Python :: 3.6" ,
230
229
"Programming Language :: Python :: 3.7" ,
231
230
"Programming Language :: Python :: 3.8" ,
You can’t perform that action at this time.
0 commit comments