Skip to content

Commit b038895

Browse files
hroncokDanielNoord
authored andcommitted
Don't install additional files with astroid, only include them in sdist
See #2156 (comment)
1 parent 92e4f4a commit b038895

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
include README.rst
2+
include requirements*.txt
3+
include tox.ini
4+
recursive-include tests *.py
5+
graft tests/testdata

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ license-files = ["LICENSE", "CONTRIBUTORS.txt"] # Keep in sync with setup.cfg
4646
[tool.setuptools.packages.find]
4747
include = ["astroid*"]
4848

49-
[tool.setuptools.package-data]
50-
"*" = [
51-
"../requirements*.txt",
52-
"../tox.ini",
53-
"../tests/__init__.py",
54-
"../tests/resources.py",
55-
]
56-
5749
[tool.setuptools.dynamic]
5850
version = {attr = "astroid.__pkginfo__.__version__"}
5951

0 commit comments

Comments
 (0)