ad81fdf706
OpenStack is dropping the py2.7 support in Ussuri cycle. Adjutant is also upgrading to Django 2.2 at the same time which is the new Django LTS, and only supports python 3. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I2a429ebd6bc20385e814da03b222a1f61214a683
43 lines
1.2 KiB
INI
43 lines
1.2 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 :: 2.2
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Environment :: OpenStack
|
|
|
|
keywords =
|
|
openstack
|
|
keystone
|
|
users
|
|
tasks
|
|
registration
|
|
workflow
|
|
|
|
[files]
|
|
packages =
|
|
adjutant
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
adjutant-api = adjutant:management_command
|
|
|
|
adjutant.feature_sets =
|
|
core = adjutant.core:AdjutantCore
|