Ensure we build sensible sdists.
This commit is contained in:
parent
8677ced404
commit
4a8dd808c3
|
@ -3,7 +3,7 @@ branch = True
|
||||||
include =
|
include =
|
||||||
amaranth/*
|
amaranth/*
|
||||||
omit =
|
omit =
|
||||||
amaranth/test/*
|
tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
|
|
|
@ -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
|
issues! All code submissions require review. We use GitHub pull requests for
|
||||||
this purpose.
|
this purpose.
|
||||||
|
|
||||||
|
See the "Contributing" section of the documentation manual for more details
|
||||||
|
about contributing to Amaranth.
|
||||||
|
|
||||||
|
|
||||||
COPYRIGHTS and LICENSE
|
COPYRIGHTS and LICENSE
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,13 @@ build-backend = "pdm.backend"
|
||||||
# Add a workaround to improve experience for people upgrading from old checkouts.
|
# Add a workaround to improve experience for people upgrading from old checkouts.
|
||||||
includes = ["amaranth/"]
|
includes = ["amaranth/"]
|
||||||
|
|
||||||
|
source-includes = [
|
||||||
|
".gitignore",
|
||||||
|
".coveragerc",
|
||||||
|
".env.toolchain",
|
||||||
|
"CONTRIBUTING.txt",
|
||||||
|
]
|
||||||
|
|
||||||
# Development workflow configuration
|
# Development workflow configuration
|
||||||
|
|
||||||
[tool.pdm.dev-dependencies]
|
[tool.pdm.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue