We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c27e3d3 + 974eb53 commit aedea31Copy full SHA for aedea31
MANIFEST.in
@@ -9,8 +9,10 @@ include .flake8
9
include .pre-commit-config.yaml
10
include long_description.rst
11
12
+recursive-include tests *
13
+
14
recursive-exclude tools *
-recursive-exclude tests *
15
16
exclude tools
17
exclude CONTRIBUTING.md
18
exclude .editorconfig
pyproject.toml
@@ -371,7 +371,8 @@ license-files = ["LICENSE"]
371
include-package-data = false
372
373
[tool.setuptools.packages.find]
374
-exclude = ["setupext"]
+include = ["IPython*"]
375
+exclude = ["setupext", "tests*"]
376
namespaces = false
377
378
[tool.setuptools.package-data]
0 commit comments