This commit is contained in:
2018-07-03 10:24:51 -04:00
parent 6c4b97359a
commit d3ea150d4d
+2 -1
View File
@@ -9,7 +9,7 @@ from setuptools import find_packages, setup, Command
here = os.path.abspath(os.path.dirname(__file__))
with codecs.open(os.path.join(here, "README.rst"), encoding="utf-8") as f:
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as f:
long_description = "\n" + f.read()
about = {}
@@ -103,6 +103,7 @@ setup(
version=about["__version__"],
description="Python Development Workflow for Humans.",
long_description=long_description,
long_description_content_type='text/markdown',
author="Kenneth Reitz",
author_email="me@kennethreitz.org",
url="https://github.com/pypa/pipenv",