File: setup.cfg

package info (click to toggle)
python-osc-lib 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 752 kB
  • sloc: python: 6,159; makefile: 126; sh: 2
file content (27 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = osc-lib
summary = OpenStackClient Library
description_file =
    README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
url = https://docs.openstack.org/osc-lib/latest/
project_urls =
    Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/osc-lib
    Documentation = https://docs.openstack.org/osc-lib/latest/
    Source Code = https://opendev.org/openstack/osc-lib/
python_requires = >=3.8
classifier =
    Development Status :: 5 - Production/Stable
    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 :: 3
    Programming Language :: Python :: 3 :: Only

[files]
packages =
    osc_lib