MANIFEST.in 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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_csky_gcc.h
  29. include platform/switch_m68k_gcc.h
  30. include platform/switch_mips_unix.h
  31. include platform/switch_ppc64_linux.h
  32. include platform/switch_ppc_aix.h
  33. include platform/switch_ppc_linux.h
  34. include platform/switch_ppc_macosx.h
  35. include platform/switch_ppc_unix.h
  36. include platform/switch_riscv_unix.h
  37. include platform/switch_s390_unix.h
  38. include platform/switch_sparc_sun_gcc.h
  39. include platform/switch_x32_unix.h
  40. include platform/switch_x64_masm.asm
  41. include platform/switch_x64_masm.obj
  42. include platform/switch_x64_msvc.h
  43. include platform/switch_x86_msvc.h
  44. include platform/switch_x86_unix.h
  45. include run-tests.py
  46. include setup.cfg
  47. include setup.py
  48. include setup_switch_x64_masm.cmd
  49. include slp_platformselect.h
  50. include tests/__init__.py
  51. include tests/_test_extension.c
  52. include tests/_test_extension_cpp.cpp
  53. include tests/test_cpp.py
  54. include tests/test_extension_interface.py
  55. include tests/test_gc.py
  56. include tests/test_generator.py
  57. include tests/test_generator_nested.py
  58. include tests/test_greenlet.py
  59. include tests/test_leaks.py
  60. include tests/test_stack_saved.py
  61. include tests/test_throw.py
  62. include tests/test_tracing.py
  63. include tests/test_version.py
  64. include tests/test_weakref.py
  65. include tox.ini