2013-04-28 19:46:03 -07:00
|
|
|
[metadata]
|
|
|
|
name = python-swiftclient
|
|
|
|
summary = OpenStack Object Storage API Client Library
|
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2018-12-03 22:01:15 -05:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2017-07-21 15:42:56 +08:00
|
|
|
home-page = https://docs.openstack.org/python-swiftclient/latest/
|
2013-04-28 19:46:03 -07:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
2014-08-20 23:53:12 +03:00
|
|
|
Operating System :: Microsoft :: Windows
|
2013-04-28 19:46:03 -07:00
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
2014-05-08 06:51:46 -07:00
|
|
|
Programming Language :: Python :: 3
|
2015-12-07 14:55:27 -08:00
|
|
|
Programming Language :: Python :: 3.5
|
2018-11-30 07:31:51 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2019-02-27 11:08:28 -08:00
|
|
|
Programming Language :: Python :: 3.7
|
2013-04-28 19:46:03 -07:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
swiftclient
|
2014-02-26 11:03:14 +00:00
|
|
|
scripts =
|
|
|
|
bin/swift
|
2014-01-16 10:23:02 +00:00
|
|
|
data_files =
|
2014-01-20 10:55:20 +00:00
|
|
|
share/man/man1 = doc/manpages/swift.1
|
2013-04-28 19:46:03 -07:00
|
|
|
|
2015-12-07 10:35:02 -08:00
|
|
|
[extras]
|
|
|
|
keystone =
|
2018-05-16 17:33:40 +00:00
|
|
|
python-keystoneclient>=0.7.0
|
2015-12-07 10:35:02 -08:00
|
|
|
|
2014-08-20 23:53:12 +03:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
swift = swiftclient.shell:main
|
|
|
|
|
2016-04-01 15:12:20 -07:00
|
|
|
keystoneauth1.plugin =
|
|
|
|
v1password = swiftclient.authv1:PasswordLoader
|
|
|
|
|
2012-06-11 14:50:21 -07:00
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|
2014-05-16 10:00:23 -04:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|
2015-07-14 20:50:16 -07:00
|
|
|
|
|
|
|
[pbr]
|
|
|
|
skip_authors = True
|
|
|
|
skip_changelog = True
|