Skip to content

Commit

Permalink
PyPI does not support github's markdown properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Koshkin committed Sep 29, 2018
1 parent 6af1b3a commit 72ff503
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import setuptools


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


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

0 comments on commit 72ff503

Please sign in to comment.