
1. remove poetry dependency 2. add requirements.tx, test-requirements.txt, setup.py and setup.cfg 3. add more env into tox.ini 4. add version.py Change-Id: I00a008a73e4f0676dd846dd1ee8ad460f0842965
28 lines
918 B
INI
28 lines
918 B
INI
[metadata]
|
|
name = skyline-console
|
|
summary = OpenStack Skyline Console
|
|
description_file =
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/skyline-console/latest/
|
|
python_requires = >=3.8
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
project_urls:
|
|
Source=https://opendev.org/openstack/skyline-console
|
|
Tracker=https://bugs.launchpad.net/skyline-apiserver
|
|
|
|
[files]
|
|
packages =
|
|
skyline_console
|