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]
|
||||
name = python-observabilityclient
|
||||
summary = OpenStack Observability Client
|
||||
description_file =
|
||||
README.md
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8
|
||||
license = Apache License, Version 2.0
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://infrawatch.github.io/documentation/
|
||||
python_requires = >=3.6
|
||||
install_requires =
|
||||
keystoneauth1
|
||||
osc-lib
|
||||
requests
|
||||
PyYaml
|
||||
classifier =
|
||||
Environment :: Console
|
||||
Environment :: OpenStack
|
||||
Environment :: Infrawatch
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: System Administrators
|
||||
|
||||
Reference in New Issue
Block a user