MANIFEST.in 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. include .travis.yml
  2. include AUTHORS
  3. include LICENSE
  4. include LICENSE.PSF
  5. include MANIFEST.in
  6. include NEWS
  7. include README.rst
  8. include appveyor.yml
  9. include appveyor/run_pip.py
  10. include appveyor/run_with_env.cmd
  11. include benchmarks/chain.py
  12. include conftest.py
  13. include dev-requirements.txt
  14. include doc/Makefile
  15. include doc/conf.py
  16. include doc/greenlet.txt
  17. include doc/index.txt
  18. include doc/make.bat
  19. include greenlet.c
  20. include greenlet.h
  21. include make-manylinux
  22. include make-win-release
  23. include my_build_ext.py
  24. include platform/switch_aarch64_gcc.h
  25. include platform/switch_amd64_unix.h
  26. include platform/switch_arm32_gcc.h
  27. include platform/switch_arm32_ios.h
  28. include platform/switch_m68k_gcc.h
  29. include platform/switch_mips_unix.h
  30. include platform/switch_ppc64_linux.h
  31. include platform/switch_ppc_aix.h
  32. include platform/switch_ppc_linux.h
  33. include platform/switch_ppc_macosx.h
  34. include platform/switch_ppc_unix.h
  35. include platform/switch_s390_unix.h
  36. include platform/switch_sparc_sun_gcc.h
  37. include platform/switch_x32_unix.h
  38. include platform/switch_x64_masm.asm
  39. include platform/switch_x64_masm.obj
  40. include platform/switch_x64_msvc.h
  41. include platform/switch_x86_msvc.h
  42. include platform/switch_x86_unix.h
  43. include run-tests.py
  44. include setup.cfg
  45. include setup.py
  46. include setup_switch_x64_masm.cmd
  47. include slp_platformselect.h
  48. include tests/__init__.py
  49. include tests/_test_extension.c
  50. include tests/_test_extension_cpp.cpp
  51. include tests/test_cpp.py
  52. include tests/test_extension_interface.py
  53. include tests/test_gc.py
  54. include tests/test_generator.py
  55. include tests/test_generator_nested.py
  56. include tests/test_greenlet.py
  57. include tests/test_leaks.py
  58. include tests/test_stack_saved.py
  59. include tests/test_throw.py
  60. include tests/test_tracing.py
  61. include tests/test_version.py
  62. include tests/test_weakref.py
  63. include tox.ini