PyPI dist (#8)

This commit is contained in:
Martin Mágr
2023-08-04 14:25:09 +02:00
parent a580772449
commit 86f4f08260
4 changed files with 20 additions and 3 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*\.egg-info
*\.py[co]
\.eggs
dist

6
AUTHORS Normal file
View 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
View File

@@ -0,0 +1,3 @@
[build-system]
requires = ['setuptools>=68']
build-backend = 'setuptools.build_meta'

View File

@@ -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