mirror of
https://github.com/cisagov/ScubaGoggles.git
synced 2026-02-07 00:36:07 +01:00
pyproject: change "license" specification to conform to PEP 639 (#681)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user