MANIFEST.in 228 B

12345
  1. include README.rst CHANGES.rst LICENSE
  2. recursive-include thriftpy2/protocol/cybin *.pyx *.c *.h
  3. recursive-include thriftpy2/transport *.pyx *.pxd *.c
  4. include thriftpy2/contrib/tracking/tracking.thrift
  5. recursive-include tests/ *