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 e234778 commit d369f22Copy full SHA for d369f22
setup.py
@@ -17,6 +17,7 @@
17
name='pomerium_http_adapter',
18
description='Transport adapter for requests to handle Pomerium authentication',
19
long_description=long_description,
20
+ long_description_content_type='text/markdown',
21
keywords=['pomerium', 'requests', 'adapter'],
22
classifiers=[
23
'Development Status :: 3 - Alpha',
@@ -30,7 +31,7 @@
30
31
license='Apache License 2.0',
32
author='Joel Rangsmo',
33
author_email='joel.rangsmo@elastx.se',
- version='0.3',
34
+ version='0.4',
35
url='https://github.com/elastx/python-pomerium_http_adapter',
36
download_url='https://github.com/elastx/python-pomerium_http_adapter/archive/v0.2.tar.gz',
37
packages=['pomerium_http_adapter'],
0 commit comments