Skip to content

Commit

Permalink
added repository urls
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoVellekoop committed Oct 4, 2024
1 parent 932af14 commit b824c3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ classifiers = [
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.repositories]
testpypi = { url = "https://test.pypi.org/legacy/" }
pypi = { url = "https://upload.pypi.org/legacy/" }

[tool.poetry.dependencies]
# required dependencies
python = ">=3.9,<4.0"
Expand Down

0 comments on commit b824c3d

Please sign in to comment.