Is it the right list?

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



Idézem/Quoting Szépe Viktor <vik...@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  s...@szepe.net  skype: szepe.viktor
Budapest, XX. kerület





_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to