From 0d3774bbfe52422ececfb60cdf653b82d01b906f Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 9 Dec 2024 13:20:24 +0000 Subject: [PATCH 1/2] Update cruft with batchpr --- .cruft.json | 10 +++++----- pyproject.toml | 8 ++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.cruft.json b/.cruft.json index 2b9e11c4..7b62875c 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": "", - "sourcecode_url": "", + "github_repo": "sunpy/sunkit-instruments", + "sourcecode_url": "https://github.com/sunpy/sunkit-instruments", "download_url": "https://pypi.org/project/sunkit-instruments", - "documentation_url": "", - "changelog_url": "", - "issue_tracker_url": "", + "documentation_url": "https://docs.sunpy.org/projects/sunkit-instruments", + "changelog_url": "https://docs.sunpy.org/projects/sunkit-instruments/en/stable/whatsnew/changelog.html", + "issue_tracker_url": "https://github.com/sunpy/sunkit-instruments/issues", "license": "BSD 3-Clause", "minimum_python_version": "3.10", "use_compiled_extensions": "n", diff --git a/pyproject.toml b/pyproject.toml index 9ed9cca5..1483a35e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,11 @@ docs = [ [project.urls] Homepage = "https://sunpy.org" +"Source Code" = "https://github.com/sunpy/sunkit-instruments" Download = "https://pypi.org/project/sunkit-instruments" +Documentation = "https://docs.sunpy.org/projects/sunkit-instruments" +Changelog = "https://docs.sunpy.org/projects/sunkit-instruments/en/stable/whatsnew/changelog.html" +"Issue Tracker" = "https://github.com/sunpy/sunkit-instruments/issues" [tool.setuptools] zip-safe = false @@ -86,7 +90,11 @@ write_to = "sunkit_instruments/_version.py" package = "sunkit_instruments" filename = "CHANGELOG.rst" directory = "changelog/" +<<<<<<< issue_format = "`#{issue} `__" +======= + issue_format = "`#{issue} https:github.com/sunpy/sunkit-instruments/changelog/pull/{issue}>`__" +>>>>>>> title_format = "{version} ({project_date})" [[tool.towncrier.type]] From 3c8f057decfa35222f76da6b349ad35452af5829 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 9 Dec 2024 13:21:23 +0000 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1483a35e..bac0afdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,11 +90,7 @@ write_to = "sunkit_instruments/_version.py" package = "sunkit_instruments" filename = "CHANGELOG.rst" directory = "changelog/" -<<<<<<< issue_format = "`#{issue} `__" -======= - issue_format = "`#{issue} https:github.com/sunpy/sunkit-instruments/changelog/pull/{issue}>`__" ->>>>>>> title_format = "{version} ({project_date})" [[tool.towncrier.type]]