File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,20 +23,21 @@ def package_files(directory):
2323
2424extra_files = package_files ('wordstats/language_data/' )
2525
26- with open ('README.rst ' ) as f :
26+ with open ('README.md ' ) as f :
2727 long_description = f .read ()
2828
2929setuptools .setup (
3030 name = "wordstats" ,
3131 packages = setuptools .find_packages (),
32- version = "1.0.5 " ,
32+ version = "1.0.6 " ,
3333 license = "MIT" ,
3434 description = "Multilingual word frequency statistics for Python based on subtitles corpora" ,
3535 long_description = long_description ,
36+ long_description_content_type = 'text/markdown' ,
3637 author = "Mircea Lungu" ,
3738 author_email = "me@mir.lu" ,
3839 url = "https://github.com/zeeguu-ecosystem/Python-Wordstats" ,
39- download_url = "https://github.com/zeeguu-ecosystem/Python-Wordstats/archive/v_1.0.5 .tar.gz" ,
40+ download_url = "https://github.com/zeeguu-ecosystem/Python-Wordstats/archive/v_1.0.6 .tar.gz" ,
4041 include_package_data = True ,
4142 zip_safe = False ,
4243 keywords = "natural language processing, multilingual" ,
You can’t perform that action at this time.
0 commit comments