diff --git a/pyproject.toml b/pyproject.toml index a3428d8..2c6595b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools_scm[toml]"] build-backend = "setuptools.build_meta" [project] -name = "psfmodel" +name = "rms-psfmodel" dynamic = ["version"] description = "PSF model fitting" readme = "README.md" @@ -39,11 +39,11 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/SETI/psfmodel" -Documentation = "https://psfmodel.readthedocs.io/en/latest" -Repository = "https://github.com/SETI/psfmodel" -Source = "https://github.com/SETI/psfmodel" -Issues = "https://github.com/SETI/psfmodel/issues" +Homepage = "https://github.com/SETI/rms-psfmodel" +Documentation = "https://rms-psfmodel.readthedocs.io/en/latest" +Repository = "https://github.com/SETI/rms-psfmodel" +Source = "https://github.com/SETI/rms-psfmodel" +Issues = "https://github.com/SETI/rms-psfmodel/issues" [tool.pytest.ini_options] pythonpath = [ @@ -72,7 +72,7 @@ write_to = "src/psfmodel/_version.py" [project.optional-dependencies] dev = [ - "psfmodel", + "rms-psfmodel", "coverage>=7.0", "mypy>=1.0", "pymarkdownlnt>=0.9.35", @@ -83,7 +83,7 @@ dev = [ "bandit[toml]>=1.8", "pyroma>=4.2", "vulture>=2.14", - "psfmodel[docs]", + "rms-psfmodel[docs]", ] docs = [ "myst-parser",