Skip to content

Commit

Permalink
BREAK: rename PyPI package to compwa-github-io
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 16, 2024
1 parent 922157f commit 5b1c0cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ description = "Source code for the ComPWA Organization pages"
dynamic = ["version"]
license = {file = "LICENSE"}
maintainers = [{email = "[email protected]"}]
name = "compwa-org"
name = "compwa-github-io"
requires-python = ">=3.9"

[project.optional-dependencies]
dev = [
"compwa-org[doc]",
"compwa-org[jupyter]",
"compwa-org[sty]",
"compwa-org[test]",
"compwa-github-io[doc]",
"compwa-github-io[jupyter]",
"compwa-github-io[sty]",
"compwa-github-io[test]",
"sphinx-autobuild",
"tox >=1.9", # for skip_install, use_develop
]
Expand Down Expand Up @@ -75,7 +75,7 @@ jupyter = [
]
sty = [
"attrs",
"compwa-org[types]",
"compwa-github-io[types]",
"nbformat",
"pre-commit >=1.4.0",
"ruff",
Expand Down

0 comments on commit 5b1c0cd

Please sign in to comment.