Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
PyPI dist (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
paramite authored Aug 4, 2023
1 parent a580772 commit 57cd295
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*\.egg-info
*\.py[co]
\.eggs
dist
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Jaromír Wysoglad <jwysogla@redhat.com>
Martin Mágr <mmagr@redhat.com>
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ['setuptools>=68']
build-backend = 'setuptools.build_meta'
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57cd295

Please sign in to comment.