diff --git a/.cruft.json b/.cruft.json index c98db2f..ae2f85c 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "3737aa309d2a695ada046c7868c5683213003f3d", + "commit": "5446d70263fff597b33ca7b0833aaeb5f3c3ac59", "checkout": null, "context": { "cookiecutter": { @@ -9,13 +9,13 @@ "short_description": "Python wrapped fortran to calculate streamlines", "author_name": "The SunPy Developers", "author_email": "sunpy@googlegroups.com", - "project_url": "https://github.com/sunpy/streamtracer", - "github_repo": "", - "sourcecode_url": "", + "project_url": "https://sunpy.org", + "github_repo": "sunpy/streamtracer", + "sourcecode_url": "https://github.com/sunpy/streamtracer", "download_url": "https://pypi.org/project/streamtracer", - "documentation_url": "", - "changelog_url": "", - "issue_tracker_url": "", + "documentation_url": "https://docs.sunpy.org/projects/streamtracer", + "changelog_url": "https://docs.sunpy.org/projects/streamtracer/en/stable/whatsnew/changelog.html", + "issue_tracker_url": "https://github.com/sunpy/streamtracer/issues", "license": "GNU GPL v3+", "minimum_python_version": "3.10", "use_compiled_extensions": "n", diff --git a/pyproject.toml b/pyproject.toml index ac6b855..68d7059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,10 +53,12 @@ docs = [ ] [project.urls] -Homepage = "https://docs.sunpy.org/projects/streamtracer" +Homepage = "https://sunpy.org" +"Source Code" = "https://github.com/sunpy/streamtracer" Download = "https://pypi.org/project/streamtracer" Documentation = "https://docs.sunpy.org/projects/streamtracer" -Repository = "https://github.com/sunpy/streamtracer" +Changelog = "https://docs.sunpy.org/projects/streamtracer/en/stable/whatsnew/changelog.html" +"Issue Tracker" = "https://github.com/sunpy/streamtracer/issues" [tool.maturin] python-source = "python" @@ -84,8 +86,11 @@ write_to = "streamtracer/version.py" verify_pr_number = true changelog_skip_label = "No Changelog Entry Needed" help_url = "https://github.com/sunpy/streamtracer/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//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//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/streamtracer/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/streamtracer/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." # TODO: This should be in towncrier.toml but Giles currently only works looks in