@@ -24,10 +24,12 @@ def _get_version():
2424 author = "Hideyuki Tachibana" ,
25252626 python_requires = '>=3.7' ,
27+ url = "https://github.com/PKSHATechnology-Research/tdmelodic" ,
2728
2829 description = "tdmelodic: Tokyo Japanese Accent Estimator" ,
2930 long_description = _readme (),
30-
31+ long_description_content_type = "text/markdown" ,
32+
3133 install_requires = _requirements (),
3234 tests_requires = _requirements (),
3335 setup_requires = [],
@@ -44,5 +46,19 @@ def _get_version():
4446 'tdmelodic-neologd-patch = tdmelodic.script.neologd_patch:main' ,
4547 'tdmelodic-modify-unigram-cost = tdmelodic.script.postprocess_modify_unigram_cost:main' ,
4648 ]
47- }
49+ },
50+
51+ classifiers = [
52+ 'Development Status :: 5 - Production/Stable' ,
53+ 'Environment :: Console' ,
54+ 'Intended Audience :: Science/Research' ,
55+ 'Intended Audience :: Developers' ,
56+ 'License :: OSI Approved :: BSD License' ,
57+ 'Operating System :: POSIX' ,
58+ 'Programming Language :: Python :: 3.7' ,
59+ 'Topic :: Text Processing :: Linguistic' ,
60+ 'Topic :: Multimedia :: Sound/Audio :: Speech' ,
61+ 'Topic :: Scientific/Engineering :: Artificial Intelligence' ,
62+ 'Natural Language :: Japanese' ,
63+ ]
4864)
0 commit comments