PyPI dist (#8)
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
*\.egg-info
|
||||||
|
*\.py[co]
|
||||||
|
\.eggs
|
||||||
|
dist
|
||||||
6
AUTHORS
Normal file
6
AUTHORS
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Chris Sibbitt <csibbitt@redhat.com>
|
||||||
|
Jaromír Wysoglad <jwysogla@redhat.com>
|
||||||
|
Leif Madsen <leif@leifmadsen.com>
|
||||||
|
Leif Madsen <lmadsen@redhat.com>
|
||||||
|
Marihan Girgis mgirgisf@redhat.com
|
||||||
|
Martin Mágr <mmagr@redhat.com>
|
||||||
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ['setuptools>=68']
|
||||||
|
build-backend = 'setuptools.build_meta'
|
||||||
10
setup.cfg
10
setup.cfg
@@ -1,17 +1,21 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = python-observabilityclient
|
name = python-observabilityclient
|
||||||
summary = OpenStack Observability Client
|
summary = OpenStack Observability Client
|
||||||
description_file =
|
long_description = file: README.md
|
||||||
README.md
|
long_description_content_type = text/markdown; charset=UTF-8
|
||||||
license = Apache License, Version 2.0
|
license = Apache License, Version 2.0
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author_email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home_page = https://infrawatch.github.io/documentation/
|
home_page = https://infrawatch.github.io/documentation/
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
|
install_requires =
|
||||||
|
keystoneauth1
|
||||||
|
osc-lib
|
||||||
|
requests
|
||||||
|
PyYaml
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Environment :: Infrawatch
|
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
Intended Audience :: System Administrators
|
Intended Audience :: System Administrators
|
||||||
|
|||||||
Reference in New Issue
Block a user