-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to rime/rime-cantonese@bae9900
- Loading branch information
Showing
6 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
build | ||
dist | ||
*.egg-info | ||
.mypy_cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ | |
description='粵語拼音自動標註工具 | Cantonese Pronunciation Automatic Labeling Tool', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/sgalal/to-jyutping', | ||
url='https://github.com/sgalal/ToJyutping', | ||
author='sgalal', | ||
author_email='[email protected]', | ||
license='Other', | ||
author_email='[email protected]', | ||
license='MIT', | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'Intended Audience :: Developers', | ||
|
@@ -32,7 +32,7 @@ | |
'Natural Language :: Cantonese', | ||
'Natural Language :: Chinese (Simplified)', | ||
'Natural Language :: Chinese (Traditional)', | ||
'License :: Other/Proprietary License', | ||
'License :: OSI Approved :: MIT License', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
|
@@ -51,8 +51,8 @@ | |
install_requires=['pygtrie', 'opencc!=1.1.1'], | ||
entry_points={}, | ||
project_urls={ | ||
'Bug Reports': 'https://github.com/sgalal/to-jyutping/issues', | ||
'Source': 'https://github.com/sgalal/to-jyutping', | ||
'Bug Reports': 'https://github.com/sgalal/ToJyutping/issues', | ||
'Source': 'https://github.com/sgalal/ToJyutping', | ||
}, | ||
zip_safe=False | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
__version__ = '0.1.3' | ||
__version__ = '0.1.4' |