PyPI dist (#8)
This commit is contained in:
parent
a580772449
commit
57cd295545
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*\.egg-info
|
||||
*\.py[co]
|
||||
\.eggs
|
||||
dist
|
2
AUTHORS
Normal file
2
AUTHORS
Normal file
@ -0,0 +1,2 @@
|
||||
Jaromír Wysoglad <jwysogla@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'
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user