[openstack-dev] generate Windows exe

Szépe Viktor viktor at szepe.net
Wed Aug 20 18:15:25 UTC 2014


Is it the right list?

The PR was rejected: https://github.com/openstack/python-swiftclient/pull/14



Idézem/Quoting Szépe Viktor <viktor at szepe.net>:

> 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 setuptools.
>
> 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