Skip to content

Commit 9892ba0

Browse files
PicoCentauriagoscinski
authored andcommitted
Update pyproject.toml
1 parent d9810e8 commit 9892ba0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ authors = [
1515
{name = "Alexander Goscinski"},
1616
{name = "Benjamin A. Helfrecht"},
1717
{name = "Victor P. Principe"},
18+
{name = "philip Loche"},
1819
{name = "Michele Ceriotti"}
1920
]
2021
readme = "README.rst"
2122
requires-python = ">=3.8"
2223
license = {text = "BSD-3-Clause"}
2324
classifiers = [
24-
"Development Status :: 3 - Alpha",
25+
"Development Status :: 4 - Beta",
2526
"Environment :: Console",
2627
"Intended Audience :: Science/Research",
2728
"License :: OSI Approved :: BSD License",
@@ -52,8 +53,9 @@ examples = [
5253
[project.urls]
5354
homepage = "http://scikit-matter.readthedocs.io"
5455
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"
5759

5860
[tool.setuptools.packages.find]
5961
where = ["src"]

0 commit comments

Comments
 (0)