From f9325511c40035c612409b68327b61c957b822bb Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 16 Dec 2024 09:49:56 +0000 Subject: [PATCH] Whoops --- .cruft.json | 10 +++++----- pyproject.toml | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.cruft.json b/.cruft.json index 98ce0b4..95c1c4a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -10,12 +10,12 @@ "author_name": "The SunPy Community", "author_email": "sunpy@googlegroups.com", "project_url": "https://sunpy.org", - "github_repo": "sunpy/radiospectra", - "sourcecode_url": "https://github.com/sunpy/radiospectra", + "github_repo": "sunpy/sunraster", + "sourcecode_url": "https://github.com/sunpy/sunraster", "download_url": "https://pypi.org/project/sunraster", - "documentation_url": "https://docs.sunpy.org/projects/radiospectra", - "changelog_url": "https://docs.sunpy.org/projects/radiospectra/en/stable/whatsnew/changelog.html", - "issue_tracker_url": "https://github.com/sunpy/radiospectra/issues/", + "documentation_url": "https://docs.sunpy.org/projects/sunraster", + "changelog_url": "https://docs.sunpy.org/projects/sunraster/en/stable/whatsnew/changelog.html", + "issue_tracker_url": "https://github.com/sunpy/sunraster/issues", "license": "BSD 2-Clause", "minimum_python_version": "3.10", "use_compiled_extensions": "n", diff --git a/pyproject.toml b/pyproject.toml index dc1cd39..68f95d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,11 +46,11 @@ docs = [ [project.urls] Homepage = "https://sunpy.org" -"Source Code" = "https://github.com/sunpy/radiospectra" +"Source Code" = "https://github.com/sunpy/sunraster" Download = "https://pypi.org/project/sunraster" -Documentation = "https://docs.sunpy.org/projects/radiospectra" -Changelog = "https://docs.sunpy.org/projects/radiospectra/en/stable/whatsnew/changelog.html" -"Issue Tracker" = "https://github.com/sunpy/radiospectra/issues/" +Documentation = "https://docs.sunpy.org/projects/sunraster" +Changelog = "https://docs.sunpy.org/projects/sunraster/en/stable/whatsnew/changelog.html" +"Issue Tracker" = "https://github.com/sunpy/sunraster/issues" [tool.setuptools] zip-safe = false @@ -71,11 +71,11 @@ write_to = "sunraster/_version.py" enabled = true verify_pr_number = true changelog_skip_label = "No Changelog Entry Needed" - help_url = "https://github.com/sunpy/radiospectra/blob/main/changelog/README.rst" + help_url = "https://github.com/sunpy/sunraster/blob/main/changelog/README.rst" - changelog_missing_long = "There isn't a changelog file in this pull request. Please add a changelog file to the `changelog/` directory following the instructions in the changelog [README](https://github.com/sunpy/radiospectra/blob/main/changelog/README.rst)." + changelog_missing_long = "There isn't a changelog file in this pull request. Please add a changelog file to the `changelog/` directory following the instructions in the changelog [README](https://github.com/sunpy/sunraster/blob/main/changelog/README.rst)." - type_incorrect_long = "The changelog file you added is not one of the allowed types. Please use one of the types described in the changelog [README](https://github.com/sunpy/radiospectra/blob/main/changelog/README.rst)" + type_incorrect_long = "The changelog file you added is not one of the allowed types. Please use one of the types described in the changelog [README](https://github.com/sunpy/sunraster/blob/main/changelog/README.rst)" number_incorrect_long = "The number in the changelog file you added does not match the number of this pull request. Please rename the file."