Skip to content

Commit

Permalink
Show the description correctly on PyPI
Browse files Browse the repository at this point in the history
PyPI uses markdawn on default, so you should set description content type.
  • Loading branch information
tigertv authored Apr 8, 2019
1 parent f22c331 commit 342a99b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def run_tests(self):
open("README.rst").read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read()
),
long_description_content_type="text/x-rst",
classifiers=[
"Topic :: Scientific/Engineering :: GIS",
"Programming Language :: Python",
Expand Down

0 comments on commit 342a99b

Please sign in to comment.