Ajout du pyproject.toml

This commit is contained in:
François Pelletier 2022-09-15 17:48:11 -04:00
parent c12eba5f78
commit dc0ea569f3

15
pyproject.toml Normal file
View 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"]