PyPI dist (#8)

This commit is contained in:
Martin Mágr 2023-08-04 14:25:09 +02:00 committed by GitHub
parent a580772449
commit 57cd295545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

4
.gitignore vendored Normal file
View File

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

2
AUTHORS Normal file
View File

@ -0,0 +1,2 @@
Jaromír Wysoglad <jwysogla@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

@ -8,6 +8,11 @@ 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