Skip to content

Commit 44398fe

Browse files
author
Tomáš Chvátal
authored
Include tests in the sdist tarball on pypi
If a vendor wants to validate the thriftpy2 against his python stack this allows him to use the pypi archive instead of relying on github tags.
1 parent 8ace4be commit 44398fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include README.rst CHANGES.rst LICENSE
22
recursive-include thriftpy2/protocol/cybin *.pyx *.c *.h
33
recursive-include thriftpy2/transport *.pyx *.pxd *.c
44
include thriftpy2/contrib/tracking/tracking.thrift
5+
recursive-include tests/ *

0 commit comments

Comments
 (0)