We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7d368 commit 223b56bCopy full SHA for 223b56b
setup.py
@@ -167,6 +167,7 @@ def build_extension(self, ext):
167
setup_requires=["setuptools_scm>=3.2,<9"],
168
description="New Relic Python Agent",
169
long_description=open(readme_file).read(),
170
+ long_description_content_type="text/markdown",
171
url="https://docs.newrelic.com/docs/apm/agents/python-agent/",
172
project_urls={"Source": "https://github.com/newrelic/newrelic-python-agent"},
173
author="New Relic",
0 commit comments