adjutant/setup.cfg
LiZekun af317c37ad setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I08c7cfa28cffe1d82889c9133ec33a8a2e4b560e
2022-12-07 07:14:00 +00:00

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 :: 3.2
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
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