Skip to content

Commit 65e90ae

Browse files
authored
Exclude tests from install in pyproject.toml (#229)
Thank you!
1 parent 06cdc3d commit 65e90ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ Changelog = "https://github.com/ianare/exif-py/blob/master/ChangeLog.rst"
4747
"EXIF.py" = "exifread.cli:main"
4848

4949

50-
[tool.setuptools.packages]
51-
find = {}
50+
[tool.setuptools.packages.find]
51+
include = ["exifread"]
52+
exclude = ["tests"]
5253

5354

5455
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)