
- Make the project installable with pbr - Use tox to run tests, build docs, runserver - Flesh out the README a little bit - Real docs is WIP. Change-Id: I3dc92250cd93add0cdf11c6a67d8f1081560d4e1
60 lines
1.2 KiB
INI
60 lines
1.2 KiB
INI
[metadata]
|
|
name = ara-backend
|
|
summary = ARA Records Ansible backend
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Community
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://github.com/openstack/ara-backend
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Developers
|
|
Topic :: Utilities
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
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
|
|
Development Status :: 4 - Beta
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
ara-backend
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = docs/html
|
|
|
|
[coverage:report]
|
|
ignore_errors = True
|
|
include =
|
|
ara/*
|
|
api/*
|
|
omit =
|
|
/usr*
|
|
setup.py
|
|
*egg*
|
|
.venv/*
|
|
|
|
[coverage:html]
|
|
directory = reports
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|