Skip to content

Commit

Permalink
Merge 26856ad into 3f3bfd9
Browse files Browse the repository at this point in the history
  • Loading branch information
berfr committed Jun 1, 2020
2 parents 3f3bfd9 + 26856ad commit 2d3ba62
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 @@ -8,11 +8,15 @@
with open(os.path.join(HERE, NAME, '__version__.py')) as f:
exec(f.read(), {}, version_ns)

with open(os.path.join(HERE, 'README.md')) as f:
long_description = f.read()

setup(
name="markovify",
version=version_ns['__version__'],
description="A simple, extensible Markov chain generator. Uses include generating random semi-plausible sentences based on an existing text.",
long_description="",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 2d3ba62

Please sign in to comment.