pip install jieba3k

This commit is contained in:
fxsjy 2014-08-31 20:01:54 +08:00
parent 91e5b26f5f
commit 6eb43acc10

View File

@ -1,5 +1,5 @@
from distutils.core import setup
setup(name='jieba',
setup(name='jieba3k',
version='0.32',
description='Chinese Words Segementation Utilities',
author='Sun, Junyi',