Skip to content

Commit

Permalink
Add sources (valiot and pypi) to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
barucAlmaguer committed Jul 17, 2023
1 parent 0c81c7c commit 39e2e90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ pytest-cov = "*"
sphinx = "3.1"
sphinx-rtd-theme = "==0.5.0"


[[tool.poetry.source]]
name = "valiot"
url = "https://pypi.valiot.io/"
priority = "primary"


[[tool.poetry.source]]
name = "PyPI"
priority = "primary"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 39e2e90

Please sign in to comment.