File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88except ImportError :
99 from distutils .core import setup
1010
11+ version = '0.5'
1112source_directory = os .path .abspath (os .path .dirname (__file__ ))
1213
1314with open (os .path .join (source_directory , 'README.md' ), 'r' ) as file_handle :
3132 license = 'Apache License 2.0' ,
3233 author = 'Joel Rangsmo' ,
3334 author_email = 'joel.rangsmo@elastx.se' ,
34- version = '0.4' ,
35+ version = version ,
3536 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+ download_url = (
38+ 'https://github.com/elastx/python-pomerium_http_adapter/archive/v%s.tar.gz' % version ),
3739 packages = ['pomerium_http_adapter' ],
3840 package_dir = {'pomerium_http_adapter' : 'pomerium_http_adapter' },
3941 install_requires = ['requests>=2.23.0' ])
You can’t perform that action at this time.
0 commit comments