
- updates tox.ini, also fixing a typo - enables new jobs, which would at least test ability to install package under these versions. - updates Trove metadata - replace fake sole-survivor unittest with a bit more practical one Change-Id: Iae224a19850489ba3563ad5a40d358002dacdb97
38 lines
1.1 KiB
INI
38 lines
1.1 KiB
INI
[metadata]
|
|
name = gerritlib
|
|
summary = Client library for accessing Gerrit.
|
|
description-file = README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
maintainer = OpenStack Infrastructure Team
|
|
maintainer-email = openstack-infra@lists.openstack.org
|
|
home-page = http://git.openstack.org/cgit/openstack-infra/gerritlib/
|
|
license = apache
|
|
classifier =
|
|
Topic :: Utilities
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Environment :: Console
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[files]
|
|
packages = gerritlib
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|