File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
- name = " pymc_experimental "
6
+ name = " pymc_extras "
7
7
authors = [
8
8
{
name =
" PyMC Developers" ,
email =
" [email protected] " },
9
9
]
@@ -53,19 +53,19 @@ docs = [
53
53
]
54
54
55
55
[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"
59
59
60
60
[tool .setuptools .packages .find ]
61
61
where = [" ." ]
62
- include = [" pymc_experimental " ]
62
+ include = [" pymc_extras " ]
63
63
exclude = [" tests" , " notebooks" ]
64
64
# Additional install requirements for running tests
65
65
namespaces = false
66
66
67
67
[tool .setuptools .dynamic ]
68
- version = {attr = " pymc_experimental .__version__" }
68
+ version = {attr = " pymc_extras .__version__" }
69
69
70
70
[tool .pytest .ini_options ]
71
71
minversion = " 6.0"
You can’t perform that action at this time.
0 commit comments