diff options
author | Skip Montanaro <skip@pobox.com> | 2004-06-26 22:29:42 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-06-26 22:29:42 (GMT) |
commit | 852f79993f8d04f00f54a94e7275550a72454f5f (patch) | |
tree | 24d8d9ad163b3569468e4f18dac5b4e7e69d0175 /setup.py | |
parent | 5fad8bd08874e03d3a60eb8dac7c6fda8d2c268f (diff) | |
download | cpython-852f79993f8d04f00f54a94e7275550a72454f5f.zip cpython-852f79993f8d04f00f54a94e7275550a72454f5f.tar.gz cpython-852f79993f8d04f00f54a94e7275550a72454f5f.tar.bz2 |
Install Barry's smtpd.py daemon.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1160,7 +1160,8 @@ def main(): ext_modules=[Extension('struct', ['structmodule.c'])], # Scripts to install - scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle'] + scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', + 'Lib/smtpd.py'] ) # --install-platlib |