Skip to content

Commit

Permalink
Merge pull request rst2pdf#1257 from akrabat/release-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat authored Dec 24, 2024
2 parents c705828 + e15dee4 commit 9fb0776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ exclude = '''

[tool.setuptools]
packages = ["rst2pdf"]
# FIXME: this is a workaround; see:
# - https://github.com/astral-sh/uv/issues/9513
# - https://github.com/pypa/setuptools/issues/4759
license-files = []

[tool.setuptools_scm]
# Presence of the [tool.setuptools_scm] table enables setuptools-scm
Expand Down

0 comments on commit 9fb0776

Please sign in to comment.