Skip to content

Commit f0064ce

Browse files
Merge pull request #31 from jim-easterbrook/v0.16
V0.16
2 parents 0bcb57b + 6dde02e commit f0064ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-windows-27.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
EXIV2_ROOT=libexiv2/build-msvc/install
4747
PATH="$PATH;$(pwd)\\gettext\\bin"
4848
CIBW_TEST_COMMAND: >
49-
python -m exiv2 -v &&
50-
python -m unittest discover {project}/tests -v
49+
python -m exiv2 -v
5150
CIBW_BEFORE_ALL: >
5251
pip install conan==1.59.0 &&
5352
cd libexiv2 &&

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ recursive-include examples *
44
recursive-include tests *.py *.jpg
55

66
recursive-exclude libexiv2* *
7+
recursive-exclude src/doc/api *
78

89
include CHANGELOG.txt LICENSE *.rst

0 commit comments

Comments
 (0)