Skip to content

Commit

Permalink
Merge pull request #17 from pmuller/feature/project-metadata
Browse files Browse the repository at this point in the history
feat: add project metadata for PyPI
  • Loading branch information
pmuller authored Apr 30, 2024
2 parents e0719f1 + f021277 commit a289a0e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ dependencies = [
]
readme = "README.md"
requires-python = ">= 3.8"
license = {text = "MIT License"}
keywords = ["saltstack", "salt", "pillar", "age", "encryption", "security"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Security",
"Topic :: System :: Systems Administration",
]

[project.urls]
Homepage = "https://github.com/pmuller/saltstack-age"
Expand Down

0 comments on commit a289a0e

Please sign in to comment.