Skip to content

Commit

Permalink
Fixup CHANGES sdist inclusion and link. (#2192)
Browse files Browse the repository at this point in the history
This was fallout from the CHANGES.rst -> CHANGES.md to support automated
release announcements in #2167.
  • Loading branch information
jsirois authored Jul 24, 2023
1 parent 0cf9884 commit 28529ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ pex-tools = "pex.tools.main:main"
bdist_pex = "pex.distutils.commands.bdist_pex:bdist_pex"

[tool.flit.sdist]
include = ["CHANGES.rst"]
include = ["CHANGES.md"]

[tool.flit.metadata.urls]
Changelog = "https://github.com/pantsbuild/pex/blob/main/CHANGES.rst"
Changelog = "https://github.com/pantsbuild/pex/blob/main/CHANGES.md"
Documentation = "https://pex.readthedocs.io/en/latest/"

[tool.black]
Expand Down

0 comments on commit 28529ce

Please sign in to comment.