diff options
author | Leonard Richardson <leonardr@segfault.org> | 2024-01-16 18:53:54 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2024-01-16 18:53:54 -0500 |
commit | f2a001ac86abe588ff060bfaba475370718947d1 (patch) | |
tree | 41625c6efa5840af8f9f065291a343beb434aa4d | |
parent | 86b208a6147a898f6c55bf53a0a4f5731431fb7a (diff) |
Add tox.ini to sdist as per [bug=2016190]
-rw-r--r-- | pyproject.toml | 3 |
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", |