From 852f79993f8d04f00f54a94e7275550a72454f5f Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sat, 26 Jun 2004 22:29:42 +0000 Subject: Install Barry's smtpd.py daemon. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8309008..bdaa091 100644 --- a/setup.py +++ b/setup.py @@ -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 -- cgit v0.12