pyproject: change "license" specification to conform to PEP 639 (#681)

This commit is contained in:
Roy Lane
2025-04-23 22:37:31 -04:00
committed by GitHub
parent 3609e4c3ed
commit 4599c32557

View File

@@ -24,7 +24,8 @@ dependencies = ["dnspython>=2.6.1",
requires-python = ">= 3.9"
description='SCuBA security baseline assessment tool'
authors = [{name = "CISA"}]
license = {file = "LICENSE"}
license = "CC0-1.0"
license-files = ["LICENSE"]
readme = "README.md"
[project.scripts]