Skip to content

Commit

Permalink
fix long description content type in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Sep 23, 2019
1 parent 9782c0e commit cdb42e0
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 @@
url=about['__url__'],
author_email=about["__author_email__"],
long_description=readme + '\n\n' + history,
long_description_content_type="text/markdown",
packages=find_packages(include=['pythomata*']),
include_package_data=True,
install_requires=["graphviz"],
Expand Down

0 comments on commit cdb42e0

Please sign in to comment.