summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-28 14:03:21 +0000
committerGerrit Code Review <review@openstack.org>2014-08-28 14:03:21 +0000
commitd13441d26244cc0947b85287d3fba298cb532c9a (patch)
tree3d7c26b25a7af5323acb01af3e8a965fe604d959
parent24673f8d19fe2f48964f528369081c37e880ec47 (diff)
parentcb059f2f3ea821ead1ab2a93077dd40d86aa57d2 (diff)
downloadpython-swiftclient-d13441d26244cc0947b85287d3fba298cb532c9a.tar.gz
Merge "Adds console script entry point"
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f962237..32e05f1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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