Skip to content

Commit

Permalink
fix(python): Add description content type (#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops authored Mar 19, 2024
1 parent 230912c commit b2dec08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def find_dylib():
author_email="hello@sentry.io",
description="A python library to access sentry relay functionality.",
long_description=readme,
long_description_content_type="text/markdown",
include_package_data=True,
package_data={"sentry_relay": ["py.typed", "_lowlevel.pyi"]},
zip_safe=False,
Expand Down

0 comments on commit b2dec08

Please sign in to comment.