Skip to content

Commit

Permalink
Merge pull request #3 from WorksApplications/update-setup
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
t-yamamura authored May 24, 2021
2 parents 7d64d33 + a9b3d2c commit a7fa41e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
download_dictionary()

setup(
name="ChikkarPy",
description="Python version of Chikkar, a library for using the Sudachi synonym dictionary",
name="chikkarpy",
use_scm_version=True,
setup_requires=['setuptools_scm'],
description="Python version of chikkar, a library for using the Sudachi synonym dictionary",
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type="text/markdown",
url="",
url="https://github.com/WorksApplications/chikkarpy",
license="Apache-2.0",
author="Works Applications",
author_email="[email protected]",
packages=find_packages(include=["chikkarpy", "chikkarpy.*"]),
package_data={"": ["resources/*"]},
entry_points={
Expand Down

0 comments on commit a7fa41e

Please sign in to comment.