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