Skip to content

Commit 4a8dd80

Browse files
committed
Ensure we build sensible sdists.
1 parent 8677ced commit 4a8dd80

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branch = True
33
include =
44
amaranth/*
55
omit =
6-
amaranth/test/*
6+
tests/*
77

88
[report]
99
exclude_lines =

CONTRIBUTING.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ We love contributions from the community. Please send pull requests and raise
44
issues! All code submissions require review. We use GitHub pull requests for
55
this purpose.
66

7+
See the "Contributing" section of the documentation manual for more details
8+
about contributing to Amaranth.
9+
710

811
COPYRIGHTS and LICENSE
912

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ build-backend = "pdm.backend"
4646
# Add a workaround to improve experience for people upgrading from old checkouts.
4747
includes = ["amaranth/"]
4848

49+
source-includes = [
50+
".gitignore",
51+
".coveragerc",
52+
".env.toolchain",
53+
"CONTRIBUTING.txt",
54+
]
55+
4956
# Development workflow configuration
5057

5158
[tool.pdm.dev-dependencies]

0 commit comments

Comments
 (0)