diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-06-12 03:41:01 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-06-12 03:41:01 (GMT) |
commit | a00d7bd41c984b28579da69ee794993ffa34b3ff (patch) | |
tree | f6157716b782f1c8b117a6389a19e1255ed3b958 | |
parent | a737bb378b5e0a5492d82a5083a61846c9a3242b (diff) | |
download | cpython-a00d7bd41c984b28579da69ee794993ffa34b3ff.zip cpython-a00d7bd41c984b28579da69ee794993ffa34b3ff.tar.gz cpython-a00d7bd41c984b28579da69ee794993ffa34b3ff.tar.bz2 |
Remove unneeded MANIFEST template.
-rw-r--r-- | Lib/idlelib/MANIFEST.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Lib/idlelib/MANIFEST.in b/Lib/idlelib/MANIFEST.in deleted file mode 100644 index 55186d6..0000000 --- a/Lib/idlelib/MANIFEST.in +++ /dev/null @@ -1,11 +0,0 @@ -# Many of these entries are unnecessary because of the extra file copying -# built into IDLE's setup.py. However, if that should change, they may -# become necessary and meanwhile do no harm. -include *.bat -include *.def -include *.gif -include *.pyw -include *.txt -include idle -include MANIFEST.in -include MANIFEST |