Skip to content

Commit 399d417

Browse files
committed
Change authors to maintainers
The metadata "dict-like" syntax from PyPA documentation is not currently accepted by Poetry. Poetry requires the authors field be defined. References: * https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#authors-maintainers Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent c1a8152 commit 399d417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "case-mapping"
33
version = "0.1.0"
44
description = "Classes to support representation of the CASE Cyber Ontology"
55
authors = [
6+
]
7+
maintainers = [
68
"Cyber Domain Ontology Maintainers <operations@cyberdomainontology.org>"
79
]
810
license = "Apache-2.0"

0 commit comments

Comments
 (0)