Skip to content

Commit ddbefc1

Browse files
Simulate editable_mode=compat (#2387)
Allows "pip install -e astroid" Closes #2381 Refs pylint-dev/pylint@1ffb291
1 parent 53b0703 commit ddbefc1

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
@@ -43,6 +43,9 @@ dynamic = ["version"]
4343
[tool.setuptools]
4444
license-files = ["LICENSE", "CONTRIBUTORS.txt"] # Keep in sync with setup.cfg
4545

46+
[tool.setuptools.package-dir]
47+
"" = "."
48+
4649
[tool.setuptools.packages.find]
4750
include = ["astroid*"]
4851

0 commit comments

Comments
 (0)