File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2020download_dictionary ()
2121
2222setup (
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 = {
You can’t perform that action at this time.
0 commit comments