
Follow PTI [1] for doc building: * Create doc/requirements.txt file with all docs requirements. * Switch to openstackdocstheme and update conf.py for this. * Move doc8 to pep8 section since it's a linter. Additionally: * Fix all build errors with doc building. * Update requirements list with license info. * Use hacking instead of flake directly. * Remove unused _static files, those are not needed. * Update git URLs, fix contributor guide URL * Move README.md to RST, everything else in this repo is RST * Publish documents to docs.o.o - note that https://adjutant.readthedocs.io/en/latest/ was last updated in March 2018 This adds jobs for building of release notes - only building since there's no content yet - and publishing of documentation. Publishing of api-ref can be done via: https://review.opendev.org/675766 [1] https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation Change-Id: I82f56ef5ea800899b2a8db795b6cf2b21d03ac7a
39 lines
1.1 KiB
INI
39 lines
1.1 KiB
INI
[metadata]
|
|
name = python-adjutant
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
summary = An admin task workflow service for openstack.
|
|
description-file = package_readme.rst
|
|
description-content-type = text/x-rst; charset=UTF-8
|
|
home-page = https://opendev.org/openstack/adjutant
|
|
project_urls =
|
|
Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/adjutant
|
|
Documentation = https://docs.openstack.org/adjutant/latest/
|
|
Source Code = https://opendev.org/openstack/adjutant
|
|
license = Apache-2
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Framework :: Django :: 1.11
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3.6
|
|
Environment :: OpenStack
|
|
|
|
keywords =
|
|
openstack
|
|
keystone
|
|
users
|
|
tasks
|
|
registration
|
|
workflow
|
|
|
|
[files]
|
|
packages =
|
|
adjutant
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
adjutant-api = adjutant:management_command
|