Ensure we build sensible sdists.

This commit is contained in:
Catherine 2024-02-13 12:09:14 +00:00
parent 8677ced404
commit 4a8dd808c3
3 changed files with 11 additions and 1 deletions

View file

@ -3,7 +3,7 @@ branch = True
include =
amaranth/*
omit =
amaranth/test/*
tests/*
[report]
exclude_lines =

View file

@ -4,6 +4,9 @@ We love contributions from the community. Please send pull requests and raise
issues! All code submissions require review. We use GitHub pull requests for
this purpose.
See the "Contributing" section of the documentation manual for more details
about contributing to Amaranth.
COPYRIGHTS and LICENSE

View file

@ -46,6 +46,13 @@ build-backend = "pdm.backend"
# Add a workaround to improve experience for people upgrading from old checkouts.
includes = ["amaranth/"]
source-includes = [
".gitignore",
".coveragerc",
".env.toolchain",
"CONTRIBUTING.txt",
]
# Development workflow configuration
[tool.pdm.dev-dependencies]