91fb95eae5
These functions do a number of things, specifically they handles the DevStack USE_PYTHON3 switch transparently so we can run both major Python versions. The new setup.cfg files are only used by setup_*() right now, making the switch to use pbr is beyond what I want to do here. Change-Id: Ib9753119235b1ce23030a2b3de0169ed6f8819e0 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
26 lines
708 B
INI
26 lines
708 B
INI
[metadata]
|
|
name = fm_api
|
|
summary = Fault Management Python API
|
|
author = StarlingX
|
|
author-email = starlingx-discuss@lists.starlingx.io
|
|
home-page = https://opendev.org/starlingx/fault
|
|
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 :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[files]
|
|
packages =
|
|
fm_api
|
|
|
|
[wheel]
|
|
universal = 1
|