Skip to content

Commit a7fa41e

Browse files
authored
Merge pull request #3 from WorksApplications/update-setup
Update setup.py
2 parents 7d64d33 + a9b3d2c commit a7fa41e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
download_dictionary()
2121

2222
setup(
23-
name="ChikkarPy",
24-
description="Python version of Chikkar, a library for using the Sudachi synonym dictionary",
23+
name="chikkarpy",
24+
use_scm_version=True,
25+
setup_requires=['setuptools_scm'],
26+
description="Python version of chikkar, a library for using the Sudachi synonym dictionary",
2527
long_description=open('README.md', encoding='utf-8').read(),
2628
long_description_content_type="text/markdown",
27-
url="",
29+
url="https://github.com/WorksApplications/chikkarpy",
2830
license="Apache-2.0",
2931
author="Works Applications",
32+
author_email="sudachi@worksap.co.jp",
3033
packages=find_packages(include=["chikkarpy", "chikkarpy.*"]),
3134
package_data={"": ["resources/*"]},
3235
entry_points={

0 commit comments

Comments
 (0)