4709605bd5
we are using some "aliases" that the setuptools docs say "are supported for compatibility reasons" but their use is not advised[1]. [1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata please check this below reference link [2] https://review.opendev.org/c/openstack/charm-cinder/+/854987 Change-Id: I562fe1d322bd7d4e7370f43917e167027a780070
29 lines
874 B
INI
29 lines
874 B
INI
[metadata]
|
|
name = tacker-horizon
|
|
description = Tacker extension for Horizon
|
|
long_description = file: README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
url = https://docs.openstack.org/tacker-horizon/latest/
|
|
classifiers =
|
|
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
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
|
|
|
|
[files]
|
|
packages =
|
|
tacker_horizon
|
|
namespace_packages =
|
|
tacker_horizon
|