summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChristian Schwede <christian.schwede@enovance.com>2014-02-26 11:03:14 +0000
committerChristian Schwede <christian.schwede@enovance.com>2014-03-25 11:36:39 +0000
commit0a5a88b9e6ee8b9e289dd221a2760114e40e7048 (patch)
tree30e86ea55d3f4d16844674adca08aa5e363d3efc /setup.cfg
parent100419c0b3443419b942d44e6e9d04ae6122678c (diff)
downloadpython-swiftclient-0a5a88b9e6ee8b9e289dd221a2760114e40e7048.tar.gz
Make bin/swift testable part 2
Follow up for patch https://review.openstack.org/#/c/76487/ Change-Id: I6801b75cb78a3da0631ca8a60b7c2756b8930e72
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 1eaf9ff..a7f8c2d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,13 +24,11 @@ setup-hooks =
[files]
packages =
swiftclient
+scripts =
+ bin/swift
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