diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-12-26 23:52:55 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-12-26 23:52:55 +0100 |
commit | 08f06230ac3bc41a81950051aee0fdcb210d3e3a (patch) | |
tree | a3cb6fdab013aef031c9b476076313885600bdaa /MANIFEST.in | |
parent | 1385ab70894cd9bafa480d7b7eed82240cd02749 (diff) | |
download | trollius-git-08f06230ac3bc41a81950051aee0fdcb210d3e3a.tar.gz |
MANIFEST.in: add run_aiotest.py
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
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 |