Skip to content

Commit c5800f7

Browse files
rename experimental -> extras
1 parent e2c02ba commit c5800f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "pymc_experimental"
6+
name = "pymc_extras"
77
authors = [
88
{name = "PyMC Developers", email = "[email protected]"},
99
]
@@ -53,19 +53,19 @@ docs = [
5353
]
5454

5555
[project.urls]
56-
Documentation = "https://www.pymc.io/projects/experimental/"
57-
Repository = "https://github.com/pymc-devs/pymc-experimental.git"
58-
Issues = "https://github.com/pymc-devs/pymc-experimental/issues"
56+
Documentation = "https://www.pymc.io/projects/extras/"
57+
Repository = "https://github.com/pymc-devs/pymc-extras.git"
58+
Issues = "https://github.com/pymc-devs/pymc-extras/issues"
5959

6060
[tool.setuptools.packages.find]
6161
where = ["."]
62-
include = ["pymc_experimental"]
62+
include = ["pymc_extras"]
6363
exclude = ["tests", "notebooks"]
6464
# Additional install requirements for running tests
6565
namespaces = false
6666

6767
[tool.setuptools.dynamic]
68-
version = {attr = "pymc_experimental.__version__"}
68+
version = {attr = "pymc_extras.__version__"}
6969

7070
[tool.pytest.ini_options]
7171
minversion = "6.0"

0 commit comments

Comments
 (0)