From d0ebb3c467660fb91c5b0a1b959f4630d3cf1cbd Mon Sep 17 00:00:00 2001 From: Robert French Date: Wed, 15 Apr 2026 19:21:56 -0700 Subject: [PATCH 1/2] Fix project name --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3428d8..358000c 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 = [ From aba5366304590b9f9577186abc542c8e895e1172 Mon Sep 17 00:00:00 2001 From: Robert French Date: Sun, 26 Apr 2026 12:02:12 -0700 Subject: [PATCH 2/2] Fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 358000c..2c6595b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",