Skip to content

Commit 78616dc

Browse files
committed
Exclude *.pyd file from sdist
1 parent 20345cd commit 78616dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ graft examples
99
graft tests
1010
global-exclude *.pyc
1111
exclude aiohttp/_multidict.html
12-
exclude aiohttp/_multidict.*.so
12+
exclude aiohttp/_multidict.*.so
13+
exclude aiohttp/_multidict.pyd
14+
exclude aiohttp/_multidict.*.pyd

0 commit comments

Comments
 (0)