File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ Changelog = "https://github.com/Stranger6667/hypothesis-graphql/blob/master/CHAN
5353Funding = " 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 ]
5763parallel = true
5864branch = true
You can’t perform that action at this time.
0 commit comments