summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2024-01-16 18:53:54 -0500
committerLeonard Richardson <leonardr@segfault.org>2024-01-16 18:53:54 -0500
commitf2a001ac86abe588ff060bfaba475370718947d1 (patch)
tree41625c6efa5840af8f9f065291a343beb434aa4d /pyproject.toml
parent86b208a6147a898f6c55bf53a0a4f5731431fb7a (diff)
Add tox.ini to sdist as per [bug=2016190]
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b4c2da9..a11acf3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,6 +54,9 @@ include = [
"/bs4/**/*.py",
"/bs4/**/*.testcase",
+ # The tox build configuration
+ "tox.ini",
+
# Metadata.
"/CHANGELOG",
"/LICENSE",