mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Install Barry's smtpd.py daemon.
This commit is contained in:
parent
5fad8bd088
commit
852f79993f
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue