Skip to content

Commit 31e54e1

Browse files
authored
Add websites metadata to pyproject.toml (#485)
Added `homepage` and `repository` to the pyproject.toml since no such information is available on the package's PyPi projects website yet. Hopefully, this will add this missing information there.
1 parent 7d6f125 commit 31e54e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webknossos/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description = "Python package to work with webKnossos datasets and annotations"
55
authors = ["scalable minds <[email protected]>"]
66
readme = "README.md"
77
license = "AGPL-3.0"
8+
repository = "https://github.com/scalableminds/webknossos-libs"
9+
homepage = "https://docs.webknossos.org"
810

911
[tool.poetry.dependencies]
1012
python = "^3.7,>=3.7.1"

0 commit comments

Comments
 (0)