[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-21]

MANIFEST -> MANIFEST.in, fix setup.py.
out with MANIFEST, in with MANIFEST.in.
This commit is contained in:
Robey Pointer 2004-01-04 10:07:35 +00:00
parent 988c6abda0
commit 5470b26a83
3 changed files with 2 additions and 19 deletions

View File

@ -1,16 +0,0 @@
README
auth_transport.py
ber.py
channel.py
dsskey.py
kex_gex.py
kex_group1.py
message.py
paramiko.py
rsakey.py
setup.py
transport.py
util.py
demo.py
demo_server.py
demo_host_key

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
recursive-include docs *

View File

@ -18,9 +18,7 @@ setup(name = "paramiko",
author = "Robey Pointer",
author_email = "robey@lag.net",
url = "http://www.lag.net/~robey/paramiko/",
py_modules = [ 'paramiko', 'transport', 'auth_transport', 'channel',
'message', 'util', 'ber', 'kex_group1', 'kex_gex',
'rsakey', 'dsskey' ],
packages = [ 'paramiko' ],
download_url = 'http://www.lag.net/~robey/paramiko/paramiko-0.1-charmander.zip',
license = 'LGPL',
platforms = 'Posix; MacOS X; Windows',