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 77package_data = ['*.yaml' ]
88setup (
99 name = 'git2pantheon' ,
10- version = '0.1 ' ,
10+ version = '0.2 ' ,
1111 packages = find_packages (),
1212 url = '' ,
1313 license = '' ,
3939 'marshmallow>=3.9.1' ,
4040 'gitpython>=3.1.11' ,
4141 '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'
4343 ],
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' ],
4545 entry_points = entry_points ,
4646 package_data = {'' : package_data }
4747)
You can’t perform that action at this time.
0 commit comments