Skip to content

Commit de2df30

Browse files
committed
Exclude *.so and *.pyd from source tarball
1 parent 57c3f1e commit de2df30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ graft tests
88
global-exclude *.pyc
99
include multidict/*.c
1010
exclude multidict/_multidict.html
11-
exclude multidict/_multidict.*.so
12-
exclude multidict/_multidict.pyd
13-
exclude multidict/_multidict.*.pyd
11+
exclude multidict/*.so
12+
exclude multidict/*.pyd
13+
exclude multidict/*.pyd
1414
prune docs/_build

0 commit comments

Comments
 (0)