Skip to content

Commit

Permalink
Add long description to PyPI package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Koshkin committed Sep 29, 2018
1 parent 92ff8fa commit 6af1b3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import setuptools


with open("README.md") as readme_file:
long_description = readme_file.read()


classifiers = [
(
"Programming Language :: Python :: %s" % x
Expand All @@ -12,7 +16,9 @@
setuptools.setup(
name="watch",
description="A stupid monadic fields tracker.",
version="0.2.3",
long_description=long_description,
long_description_content_type='text/markdown',
version="0.2.4",
license="MIT license",
platforms=["unix", "linux", "osx", "win32"],
author="magniff",
Expand Down

0 comments on commit 6af1b3a

Please sign in to comment.