Skip to content

Commit

Permalink
Rename sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Jul 22, 2024
1 parent 8d0b1b1 commit 01dcae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ exclude = [
run-pooltool = "main:run"

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

[[tool.poetry.source]]
name = "pypi_test"
name = "pypi-test"
url = "https://test.pypi.org/legacy/"

[[tool.poetry.source]]
name = "Panda3D-Archive"
name = "panda3d-archive"
url = "https://archive.panda3d.org/simple/"
priority = "explicit"

Expand All @@ -66,7 +66,7 @@ numpy = "*"
pandas = "*"
numba = "*"
scipy = "*"
panda3d = { version = "1.11.0.dev3005", allow-prereleases = true, source = "Panda3D-Archive" }
panda3d = { version = "1.11.0.dev3005", allow-prereleases = true, source = "panda3d-archive" }
panda3d-gltf = "*"
panda3d-simplepbr = "*"
Pillow = "*"
Expand Down

0 comments on commit 01dcae3

Please sign in to comment.