From bad771c72f04dd98c1ad4d069bce9505a777fe9a Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Thu, 21 Jun 2012 21:23:28 +0200 Subject: [PATCH] update MANIFEST.in --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 953aaac1..dc845069 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,6 +18,7 @@ include my_build_ext.py include platform/switch_amd64_unix.h include platform/switch_arm32_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 @@ -45,6 +46,7 @@ include tests/test_generator_nested.py include tests/test_greenlet.py include tests/test_leaks.py include tests/test_throw.py +include tests/test_tracing.py include tests/test_version.py include tests/test_weakref.py include tox.ini