Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Dec 9, 2024
1 parent a9aa416 commit 52b456c
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ docs = [
dev = ["sunkit_image[all,tests,docs]"]

[project.urls]
<<<<<<<
=======
Homepage = "https://sunpy.org"
"Source Code" = "https://github.com/sunpy/sunkit-image"
Download = "https://pypi.org/project/sunkit-image"
Expand All @@ -79,18 +77,7 @@ Changelog = "https://docs.sunpy.org/projects/sunkit-image/en/stable/whatsnew/cha

[tool.setuptools]
zip-safe = false
>>>>>>>
changelog = "https://docs.sunpy.org/projects/sunkit-image/en/latest/changelog.html"
documentation = "https://docs.sunpy.org/projects/sunkit-image/"
homepage = "https://sunpy.org/"
issue_tracker = "https://github.com/sunpy/sunkit-image/issues"
repository = "https://github.com/sunpy/sunkit-image/"

[tool.setuptools]
include-package-data = true
platforms = ["any"]
provides = ["sunkit_image"]
license-files = ["LICENSE.rst"]

[tool.setuptools.packages.find]
include = ["sunkit_image*"]
Expand All @@ -109,16 +96,11 @@ write_to = "sunkit_image/_version.py"
verify_pr_number = true
changelog_skip_label = "No Changelog Entry Needed"
help_url = "https://github.com/sunpy/sunkit-image/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/sunkit-image/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/sunkit-image/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
Expand All @@ -127,11 +109,7 @@ write_to = "sunkit_image/_version.py"
package = "sunkit_image"
filename = "CHANGELOG.rst"
directory = "changelog/"
<<<<<<<
issue_format = "`#{issue} <https://github.com/sunpy/sunkit-image/pull/{issue}>`__"
=======
issue_format = "`#{issue} <https://github.com/sunpy/sunkit-image/pull/{issue}>`__"
>>>>>>>
title_format = "{version} ({project_date})"

[[tool.towncrier.type]]
Expand Down

0 comments on commit 52b456c

Please sign in to comment.