File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
except ImportError :
9
9
from distutils .core import setup
10
10
11
+ version = '0.5'
11
12
source_directory = os .path .abspath (os .path .dirname (__file__ ))
12
13
13
14
with open (os .path .join (source_directory , 'README.md' ), 'r' ) as file_handle :
31
32
license = 'Apache License 2.0' ,
32
33
author = 'Joel Rangsmo' ,
33
34
34
- version = '0.4' ,
35
+ version = version ,
35
36
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 ),
37
39
packages = ['pomerium_http_adapter' ],
38
40
package_dir = {'pomerium_http_adapter' : 'pomerium_http_adapter' },
39
41
install_requires = ['requests>=2.23.0' ])
You can’t perform that action at this time.
0 commit comments