d0a05e7059
Change-Id: I6418e611f2bf51ae9191d3ba800a0be54ef2c032
40 lines
1.0 KiB
INI
40 lines
1.0 KiB
INI
[metadata]
|
|
name = ospurge
|
|
author = The OSPurge contributors
|
|
home-page = https://github.com/openstack/ospurge
|
|
summary = OpenStack resources cleanup script
|
|
description-file = README.rst
|
|
license = Apache-2
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
keywords =
|
|
openstack
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
ospurge = ospurge.main:main
|
|
|
|
[files]
|
|
packages =
|
|
ospurge
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[pbr]
|
|
# Treat sphinx warnings as errors during the docs build; this helps us keep
|
|
# the documentation clean.
|
|
warnerrors = True
|