mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 21:17:02 +03:00
fix packaging: py3.h must be included in distribution (tox tests didn't run without this)
This commit is contained in:
parent
3ff0f667c4
commit
fcd6903151
|
@ -6,6 +6,7 @@ exclude SHIP
|
||||||
exclude SHIP.bat
|
exclude SHIP.bat
|
||||||
include *.rst
|
include *.rst
|
||||||
include *.c
|
include *.c
|
||||||
|
include *.h
|
||||||
recursive-exclude Tests *
|
recursive-exclude Tests *
|
||||||
recursive-include docs *.txt
|
recursive-include docs *.txt
|
||||||
recursive-include libImaging *.c *.h
|
recursive-include libImaging *.c *.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user