MANIFEST.in 281 B

12345678910
  1. include MANIFEST.in
  2. include *.rst
  3. include Doc/index.rst Doc/src/*
  4. include Doc/conf.py Doc/Makefile Doc/make.bat
  5. include Doc/python-3-changes.txt Doc/Changelog.pycrypto
  6. include Doc/epydoc-config
  7. graft Doc/LEGAL
  8. recursive-include src *.h *.c
  9. include .separate_namespace
  10. include *.py