client-sentry: fix 400 failing upload
This commit is contained in:
parent
11e1eec3fb
commit
2f9ae40d20
|
@ -24,6 +24,7 @@ setup(
|
||||||
url='https://passbook.beryju.org',
|
url='https://passbook.beryju.org',
|
||||||
description='passbook authentication provider for Sentry',
|
description='passbook authentication provider for Sentry',
|
||||||
long_description=__doc__,
|
long_description=__doc__,
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=find_packages(exclude=['tests']),
|
packages=find_packages(exclude=['tests']),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|
Reference in New Issue