Skip to content

Commit

Permalink
Merge pull request #42 from wesinator/patch-1
Browse files Browse the repository at this point in the history
add readme to PyPI
  • Loading branch information
roy-ht authored Oct 8, 2021
2 parents ec4437a + cdd7e4b commit d012791
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@
)
]

with open('README.rst') as readme_file:
readme = readme_file.read()

setup(
name="editdistance",
version='0.5.3',
python_requires='>=3.5',
description="Fast implementation of the edit distance(Levenshtein distance)",
long_description='',
long_description=readme,
long_description_content_type ='text/x-rst',
author='Hiroyuki Tanaka',
author_email='[email protected]',
url='https://www.github.com/roy-ht/editdistance',
Expand Down

0 comments on commit d012791

Please sign in to comment.