Skip to content

Commit

Permalink
build: Include tests in the source tarball
Browse files Browse the repository at this point in the history
Ref: #82
  • Loading branch information
Stranger6667 committed Nov 29, 2023
1 parent 1af0391 commit ec91bfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- Support for Python 3.12.
- Include tests in the source tarball. #82

## [0.10.0] - 2023-04-12

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

[#82]: https://github.com/Stranger6667/hypothesis-graphql/82
[#71]: https://github.com/Stranger6667/hypothesis-graphql/71
[#69]: https://github.com/Stranger6667/hypothesis-graphql/69
[#57]: https://github.com/Stranger6667/hypothesis-graphql/57
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Changelog = "https://github.com/Stranger6667/hypothesis-graphql/blob/master/CHAN
Funding = "https://github.com/sponsors/Stranger6667"
"Source Code" = "https://github.com/Stranger6667/hypothesis-graphql"

[tool.hatch.build.targets.sdist]
include = [
"/src",
"/test",
]

[tool.coverage.run]
parallel = true
branch = true
Expand Down

0 comments on commit ec91bfa

Please sign in to comment.