ci script and ignore file

This commit is contained in:
Wolfgang Hottgenroth 2022-09-16 12:49:35 +02:00
parent 3886bb19f2
commit 9f91c345fa
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "access_azure_keyvault"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="Wolfgang Hottgenroth", email="wolfgang.hottgenroth@icloud.com" },
]
description = "Simple tool to access secrets in Azure keyvaults"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.10"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",