Skip to content

Commit

Permalink
Change authors to maintainers
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ajnelson-nist committed Jul 30, 2024
1 parent c1a8152 commit 399d417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "case-mapping"
version = "0.1.0"
description = "Classes to support representation of the CASE Cyber Ontology"
authors = [
]
maintainers = [
"Cyber Domain Ontology Maintainers <[email protected]>"
]
license = "Apache-2.0"
Expand Down

0 comments on commit 399d417

Please sign in to comment.