Skip to content

Commit

Permalink
added co-authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
nikokaoja committed Jul 28, 2024
1 parent e4107c2 commit 3fc7312
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ build-backend = "setuptools.build_meta"


[project]
authors = [{ name = "Tpt", email = "[email protected]" }]
authors = [
{ name = "Tpt", email = "[email protected]" },
{ name = "Nikola", email = "[email protected]" },
]
description = "rdflib stores based on pyoxigraph"
classifiers = [
"Programming Language :: Python",
Expand Down

0 comments on commit 3fc7312

Please sign in to comment.