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 11from setuptools import setup
22
33setup (name = 'openship' ,
4- version = '1.0-beta' ,
4+ version = '1.0-beta.1 ' ,
55 description = 'Shipping carriers mappers and proxies' ,
66 url = 'https://github.com/OpenShip/openship' ,
77 author = 'DanH91' ,
1212 'py-fedex==1.0' ,
1313 'py-dhl==1.0' ,
1414 'py-soap==1.0' ,
15- 'gds-helpers==0.2 .0' ,
15+ 'gds-helpers==0.3 .0' ,
1616 ],
1717 dependency_links = [
1818 'git+https://github.com/OpenShip/py-fedex.git@v1.0#egg=py-fedex-1.0' ,
1919 'git+https://github.com/OpenShip/py-dhl.git@v1.0#egg=py-dhl-1.0' ,
2020 'git+https://github.com/OpenShip/py-soap.git@v1.0#egg=py-soap-1.0' ,
21- 'git+https://github.com/OpenShip/generateDs-helpers.git@v0.2 .0#egg=gds-helpers-0.2 .0' ,
21+ 'git+https://github.com/OpenShip/generateDs-helpers.git@v0.3 .0#egg=gds-helpers-0.3 .0' ,
2222 ],
2323 zip_safe = False )
You can’t perform that action at this time.
0 commit comments