|
4 | 4 | name='bogo', |
5 | 5 | packages=['bogo'], |
6 | 6 | version='1.0.0', |
7 | | - description='Python 3 library for implementing Vietnamese input method editors with a purely functional interface.', |
| 7 | + description='Library for implementing Vietnamese input method editors with a purely functional interface.', |
8 | 8 | author='Trung Ngo', |
9 | 9 | |
10 | 10 | url='https://github.com/BoGoEngine/bogo-python', |
11 | 11 | download_url='https://github.com/BoGoEngine/bogo-python/archive/v1.0.tar.gz', |
12 | 12 | keywords=['vietnamese'], |
13 | 13 | classifiers=[ |
14 | | - "Development Status :: 5 - Production/Stable", |
15 | 14 | "Programming Language :: Python", |
16 | 15 | "Programming Language :: Python :: 3", |
| 16 | + "Programming Language :: Python :: 2.7", |
| 17 | + "Development Status :: 5 - Production/Stable", |
17 | 18 | "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", |
18 | 19 | "Operating System :: OS Independent", |
19 | 20 | "Intended Audience :: Developers", |
20 | 21 | "Topic :: Text Processing :: Linguistic", |
21 | 22 | "Topic :: Software Development :: Libraries :: Python Modules" |
22 | 23 | ], |
23 | 24 | long_description="""\ |
24 | | -BoGo is a Python 3 Vietnamese input method conversion library. This library |
| 25 | +BoGo is a Vietnamese input method conversion library. This library |
25 | 26 | is intentionally functional with no internal state and side-effect. |
26 | 27 |
|
27 | 28 | Usage |
|
48 | 49 | - `get_telex_definition()` |
49 | 50 | - `get_vni_definition()` |
50 | 51 |
|
51 | | -BoGo is extensively tested with Python 3.2 and Python 3.3. |
| 52 | +BoGo is extensively tested with Python 2.7, Python 3.2 and Python 3.3. |
52 | 53 | """ |
53 | 54 |
|
54 | 55 | ) |
0 commit comments