Skip to content

Commit 87ec4ad

Browse files
authored
Remove stray docs/conf.py from wheel (#143)
Including `docs/conf.py` in a wheel pollutes the global namespace with a bogus `docs.conf` module and causes conflicts with other packages that do the same. Exclude `docs` to prevent this.
1 parent 4d161f6 commit 87ec4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev = [
4646
version = {attr = "mixpanel.__version__"}
4747

4848
[tool.setuptools.packages.find]
49-
exclude = ["demo"]
49+
exclude = ["demo", "docs"]
5050

5151
[tool.tox]
5252
envlist = ["py39", "py310", "py311", "py312"]

0 commit comments

Comments
 (0)