Skip to content

Commit 223b56b

Browse files
authored
Fix description type for PyPi (#1337)
1 parent 4b7d368 commit 223b56b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def build_extension(self, ext):
167167
setup_requires=["setuptools_scm>=3.2,<9"],
168168
description="New Relic Python Agent",
169169
long_description=open(readme_file).read(),
170+
long_description_content_type="text/markdown",
170171
url="https://docs.newrelic.com/docs/apm/agents/python-agent/",
171172
project_urls={"Source": "https://github.com/newrelic/newrelic-python-agent"},
172173
author="New Relic",

0 commit comments

Comments
 (0)