diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-04-05 10:49:29 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-04-05 10:49:29 -0400 |
commit | fb8179d217dfb11e81c28076fc3bf14bdf9a0038 (patch) | |
tree | cb22b2843cc7a148520424553acf9f94a108bba3 /pyproject.toml | |
parent | 43038bb57e1379795db4363d9715fb238fb67f50 (diff) |
Prepare for 4.12.1 release.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7bd0740..31b0b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ path = "bs4/__init__.py" [tool.hatch.build.targets.sdist] include = [ - # The module itself. + # The module itself, and its unit tests. "/bs4/**/*.py", "/bs4/**/*.testcase", @@ -79,3 +79,11 @@ include = [ "/doc.ko/index.css", "/doc.ko/index.html", ] + + +[tool.hatch.build.targets.wheel] +include = [ + # The module itself, and its unit tests. + "/bs4/**/*.py", + "/bs4/**/*.testcase", +]
\ No newline at end of file |