Skip to content

Commit ec91bfa

Browse files
committed
build: Include tests in the source tarball
Ref: #82
1 parent 1af0391 commit ec91bfa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Support for Python 3.12.
8+
- Include tests in the source tarball. #82
89

910
## [0.10.0] - 2023-04-12
1011

@@ -213,6 +214,7 @@ Invalid queries:
213214
[0.3.1]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.3.0...v0.3.1
214215
[0.3.0]: https://github.com/stranger6667/hypothesis-graphql/compare/v0.2.0...v0.3.0
215216

217+
[#82]: https://github.com/Stranger6667/hypothesis-graphql/82
216218
[#71]: https://github.com/Stranger6667/hypothesis-graphql/71
217219
[#69]: https://github.com/Stranger6667/hypothesis-graphql/69
218220
[#57]: https://github.com/Stranger6667/hypothesis-graphql/57

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ Changelog = "https://github.com/Stranger6667/hypothesis-graphql/blob/master/CHAN
5353
Funding = "https://github.com/sponsors/Stranger6667"
5454
"Source Code" = "https://github.com/Stranger6667/hypothesis-graphql"
5555

56+
[tool.hatch.build.targets.sdist]
57+
include = [
58+
"/src",
59+
"/test",
60+
]
61+
5662
[tool.coverage.run]
5763
parallel = true
5864
branch = true

0 commit comments

Comments
 (0)