summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-26 23:52:55 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-26 23:52:55 +0100
commit805c9287f8099e6e30351ca9773ede9721b85120 (patch)
treea3cb6fdab013aef031c9b476076313885600bdaa
parent3d86bdf32a2e8e0fab6ccfb2475a526f82313f61 (diff)
downloadtrollius-805c9287f8099e6e30351ca9773ede9721b85120.tar.gz
MANIFEST.in: add run_aiotest.py
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index cb0cb08..d0dbde1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,7 @@
include AUTHORS COPYING
include Makefile
include overlapped.c pypi.bat
-include check.py runtests.py release.py
+include check.py runtests.py run_aiotest.py release.py
include update_stdlib.sh
recursive-include examples *.py