13
1
Fork 0
mirror of https://github.com/netzbegruenung/passbolt-salt synced 2024-04-27 02:14:51 +02:00
passbolt-salt/pyproject.toml

26 lines
742 B
TOML

[project]
name = "passbolt-salt"
version = "1.0.3"
authors = [
{ name="Sven Seeberg", email="sven.seeberg@netzbegruenung.de" },
{ name="Alexander Bigga", email="alexander.bigga@verdigado.com"}
]
description = "Integrate Passbolt into Saltstack to manage secrets in the infrastructure of your organization"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"passbolt-python-api",
]
[project.urls]
Homepage = "https://github.com/netzbegruenung/passbolt-salt"
Issues = "https://github.com/netzbegruenung/passbolt-salt/issues"
[tool.setuptools]
license-files = ["LICENSE"]