Skip to content

Commit d369f22

Browse files
author
Joel Rangsmo
committed
Change content type for full description
1 parent e234778 commit d369f22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
name='pomerium_http_adapter',
1818
description='Transport adapter for requests to handle Pomerium authentication',
1919
long_description=long_description,
20+
long_description_content_type='text/markdown',
2021
keywords=['pomerium', 'requests', 'adapter'],
2122
classifiers=[
2223
'Development Status :: 3 - Alpha',
@@ -30,7 +31,7 @@
3031
license='Apache License 2.0',
3132
author='Joel Rangsmo',
3233
author_email='[email protected]',
33-
version='0.3',
34+
version='0.4',
3435
url='https://github.com/elastx/python-pomerium_http_adapter',
3536
download_url='https://github.com/elastx/python-pomerium_http_adapter/archive/v0.2.tar.gz',
3637
packages=['pomerium_http_adapter'],

0 commit comments

Comments
 (0)