diff options
author | Tim Burke <tim.burke@gmail.com> | 2015-12-07 10:35:02 -0800 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2016-03-07 11:21:33 -0800 |
commit | 52eab61e7e2c6e30f7b5dc19399d35baee0f1b81 (patch) | |
tree | 53851d4560f7bb519f0fe98a9fa9fc45b4c8ecde /setup.cfg | |
parent | b65d994937682143f0999d7d2ea223d601827252 (diff) | |
download | python-swiftclient-52eab61e7e2c6e30f7b5dc19399d35baee0f1b81.tar.gz |
Move python-keystoneclient to "extras"
This should make it more clear to users that they may want to install
it.
Change-Id: I8bb4f3eba1fc6d2b7b23c3bd51663678e755a69e
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ scripts = data_files = share/man/man1 = doc/manpages/swift.1 +[extras] +keystone = + python-keystoneclient>=0.7.0 + [entry_points] console_scripts = swift = swiftclient.shell:main |