a9db350555
Removed py27 tox tests and added py38 in tox. Also fixed some pep8 violations.
49 lines
1005 B
INI
49 lines
1005 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[metadata]
|
|
name = rbd-iscsi-client
|
|
summary = "REST client to talk to rbd-target-api"
|
|
description_file =
|
|
README.rst
|
|
author = Walter A. Boring IV
|
|
author-email = waboring@hemna.com
|
|
home-page = http://github.com/hemna/rbd-iscsi-client
|
|
license_file = LICENSE
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Natural Language :: English
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
rbd_iscsi_client
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[build_sphinx]
|
|
warning-is-error = 1
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
builders = html
|
|
|
|
[pbr]
|
|
skip_authors = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|