Skip to content

Commit 7ea08d0

Browse files
committed
Merge branch 'move-tests' into 'master'
Move tests and docs directories outside of source directory See merge request python-devs/importlib_metadata!126
2 parents 46efbf9 + 30b1130 commit 7ea08d0

16 files changed

+8
-23
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.cfg

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,7 @@ install_requires =
2222
pathlib2; python_version < '3'
2323
contextlib2; python_version < '3'
2424
configparser>=3.5; python_version < '3'
25-
packages = find:
26-
27-
[options.package_data]
28-
* = *.zip, *.file, *.txt, *.toml
29-
importlib_metadata =
30-
docs/*
31-
docs/_static/*
32-
importlib_metadata.tests.data =
33-
*.egg
34-
*.whl
25+
packages = importlib_metadata
3526

3627
[mypy]
3728
ignore_missing_imports = True
@@ -42,12 +33,6 @@ ignore_missing_imports = True
4233
# that package.__spec__ is not None.
4334
strict_optional = False
4435

45-
[mypy-importlib_metadata.docs.*]
46-
ignore_errors: True
47-
48-
[mypy-importlib_metadata.tests.*]
49-
ignore_errors: True
50-
5136
[wheel]
5237
universal=1
5338

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)