Skip to content

Commit 09dcf5a

Browse files
committed
do not include large integration tests into sdist
1 parent 280fe26 commit 09dcf5a

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
@@ -4,6 +4,8 @@ graft test
44
prune bench
55
prune docs/build
66
prune utils
7-
prune tasks.py
7+
exclude tasks.py
8+
exclude test/test_fixtures/*/*.json
9+
exclude test/test_hpack_integration.py
810
include README.rst LICENSE CHANGELOG.rst CONTRIBUTORS.rst tox.ini Makefile
911
global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store

0 commit comments

Comments
 (0)