We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7abe8 commit bed2e73Copy full SHA for bed2e73
1 file changed
setup.py
@@ -10,6 +10,7 @@
10
description='Webhook Handler for GitLab',
11
license='Apache License, Version 2.0',
12
long_description=open('README.md', encoding='utf-8').read(),
13
+ long_description_content_type='text/markdown',
14
install_requires=[
15
'Flask>=1.0',
16
'requests>=2.19.0'
0 commit comments