File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
package_data = ['*.yaml' ]
8
8
setup (
9
9
name = 'git2pantheon' ,
10
- version = '0.1 ' ,
10
+ version = '0.2 ' ,
11
11
packages = find_packages (),
12
12
url = '' ,
13
13
license = '' ,
39
39
'marshmallow>=3.9.1' ,
40
40
'gitpython>=3.1.11' ,
41
41
'gunicorn' ,
42
- 'pantheon-uploader @ git+https://github.com/aprajshekhar /pantheon-uploader.git@ap_CCS-4407_redis_ser #egg=pantheon-uploader-0.2'
42
+ 'pantheon-uploader @ git+https://github.com/redhataccess /pantheon-uploader.git@master #egg=pantheon-uploader-0.2'
43
43
],
44
- dependency_links = ['https://github.com/aprajshekhar /pantheon-uploader/tarball/ap_CCS-4407_redis_ser #egg=pantheon-uploader' ],
44
+ dependency_links = ['https://github.com/redhataccess /pantheon-uploader/tarball/master #egg=pantheon-uploader' ],
45
45
entry_points = entry_points ,
46
46
package_data = {'' : package_data }
47
47
)
You can’t perform that action at this time.
0 commit comments