@@ -15,13 +15,14 @@ authors = [
15
15
{name = " Alexander Goscinski" },
16
16
{name = " Benjamin A. Helfrecht" },
17
17
{name = " Victor P. Principe" },
18
+ {name = " philip Loche" },
18
19
{name = " Michele Ceriotti" }
19
20
]
20
21
readme = " README.rst"
21
22
requires-python = " >=3.8"
22
23
license = {text = " BSD-3-Clause" }
23
24
classifiers = [
24
- " Development Status :: 3 - Alpha " ,
25
+ " Development Status :: 4 - Beta " ,
25
26
" Environment :: Console" ,
26
27
" Intended Audience :: Science/Research" ,
27
28
" License :: OSI Approved :: BSD License" ,
@@ -52,8 +53,9 @@ examples = [
52
53
[project .urls ]
53
54
homepage = " http://scikit-matter.readthedocs.io"
54
55
documentation = " http://scikit-matter.readthedocs.io"
55
- repository = " https://github.com/lab-cosmo/scikit-matter"
56
- issues = " https://github.com/lab-cosmo/scikit-matter/issues"
56
+ repository = " https://github.com/scikit-learn-contrib/scikit-matter"
57
+ issues = " https://github.com/scikit-learn-contrib/scikit-matterissues"
58
+ changelog = " http://scikit-matter.readthedocs.io/en/latest/changelog.html"
57
59
58
60
[tool .setuptools .packages .find ]
59
61
where = [" src" ]
0 commit comments