Skip to content

Commit

Permalink
Add long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 11, 2020
1 parent 78abf4a commit 698f443
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 @@ -66,6 +66,7 @@ def get_release_command_class():
keywords=["cli-app", "network", "ping", "parser", "transmitter"],
license=pkg_info["__license__"],
long_description=long_description,
long_description_content_type="text/x-rst",
packages=setuptools.find_packages(exclude=["test*"]),
project_urls={
"Documentation": "https://{:s}.rtfd.io/".format(MODULE_NAME),
Expand Down

0 comments on commit 698f443

Please sign in to comment.