Skip to content

Commit

Permalink
Merge pull request #31 from mam-dev/update-toml
Browse files Browse the repository at this point in the history
Add classifiers to project metadata
  • Loading branch information
bunny-therapist committed Jun 30, 2023
2 parents c917678 + 7485eef commit 82c93d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ dependencies = [
"pyyaml",
]
dynamic = ["version"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Security",
"License :: OSI Approved :: Apache Software License",
]

[project.scripts]
security-constraints = "security_constraints.main:main"
Expand Down

0 comments on commit 82c93d3

Please sign in to comment.