Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Dec 16, 2024
1 parent 777b380 commit f932551
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"author_name": "The SunPy Community",
"author_email": "[email protected]",
"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",
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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."

Expand Down

0 comments on commit f932551

Please sign in to comment.