Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ manifest-path = "crates/mergify-cli/Cargo.toml"
python-source = "."
module-name = "mergify_cli"
strip = true
# Bundle LICENSE in both the wheel and sdist. PEP 639 metadata
# (auto-derived by maturin from `license = "Apache-2.0"`) emits a
# `License-File: LICENSE` field, and PyPI's upload validator rejects
# the artifact with `400 License-File LICENSE does not exist in
# distribution file` if the file isn't actually bundled. Listing it
# here keeps wheel + sdist in sync with the metadata.
include = ["LICENSE"]
Comment thread
jd marked this conversation as resolved.

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down
Loading