Ajout du pyproject.toml
This commit is contained in:
parent
c12eba5f78
commit
dc0ea569f3
1 changed files with 15 additions and 0 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[project]
|
||||
name = "configmapdata2files"
|
||||
description = "This tool is used to convert OpenShift/Kubernetes ConfigMaps data fields to individual files"
|
||||
version = "0.0.1"
|
||||
authors = [
|
||||
{ name = "François Pelletier", email = "francois.pelletier.6@ulaval.ca" }
|
||||
]
|
||||
dependencies = []
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = []
|
||||
|
||||
[build-system]
|
||||
build-backend = "flit_core.buildapi"
|
||||
requires = ["PyYAML >= 6"]
|
Loading…
Reference in a new issue