[openstack-dev] generate Windows exe
Szépe Viktor
viktor at szepe.net
Wed Aug 20 11:50:16 UTC 2014
Now bin\swift can only be started by python Scripts\swift
Windows does not support extensionless scripts.
Maybe I did it wrong, this is my first encounter with distutil.
Please consider modifying setup.py
import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True,
entry_points={
"console_scripts": [
"swift=swiftclient.shell:main"
]
})
Thank you!
Szépe Viktor
--
+36-20-4242498 sms at szepe.net skype: szepe.viktor
Budapest, XX. kerület
More information about the OpenStack-dev
mailing list