Skip to content

Commit 1e35327

Browse files
author
Joeri van Ruth
committed
Stop creating a *.egg-info/ dir in the source tree
1 parent 5ed2e1b commit 1e35327

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ zip-safe = false
6363
[tool.setuptools.dynamic]
6464
version = { attr = "sqlalchemy_monetdb.__version__" }
6565

66+
[tool.distutils.egg_info]
67+
egg_base = "dist"
68+
6669
[tool.pytest]
6770
addopts = ["--tb", "auto", "-r", "fxX", "-p", "no:warnings"]
6871
# addopts = "--tb native -v -r fxX --maxfail=25 -p no:warnings"

0 commit comments

Comments
 (0)