Skip to content

Commit f68cb4e

Browse files
committed
trying again to publish description from README.md
1 parent 3e43e54 commit f68cb4e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,21 @@ def package_files(directory):
2323

2424
extra_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

2929
setuptools.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",

0 commit comments

Comments
 (0)