diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-08-28 14:03:21 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-08-28 14:03:21 +0000 |
commit | d13441d26244cc0947b85287d3fba298cb532c9a (patch) | |
tree | 3d7c26b25a7af5323acb01af3e8a965fe604d959 | |
parent | 24673f8d19fe2f48964f528369081c37e880ec47 (diff) | |
parent | cb059f2f3ea821ead1ab2a93077dd40d86aa57d2 (diff) | |
download | python-swiftclient-d13441d26244cc0947b85287d3fba298cb532c9a.tar.gz |
Merge "Adds console script entry point"
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,7 @@ classifier = Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux + Operating System :: Microsoft :: Windows Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 @@ -31,6 +32,10 @@ scripts = data_files = share/man/man1 = doc/manpages/swift.1 +[entry_points] +console_scripts = + swift = swiftclient.shell:main + [build_sphinx] source-dir = doc/source build-dir = doc/build |