diff options
author | Robey Pointer <robey@lag.net> | 2004-11-06 20:32:08 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-11-06 20:32:08 +0000 |
commit | e86c5f0106cb83ae423f6ef7dfc04e51b62c8439 (patch) | |
tree | 60667fe074ee700c77741fa3861070ac1537a8b4 /MANIFEST.in | |
parent | 1d1a60047c1c7b09dd49c0444c2ea88183be3872 (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-100]
don't forget demo_windows.py
update MANIFEST.in to include demo_windows.py and not include the demo
keys (they're in tests/ now). clean up the README to explain the demo
scripts better now, since there are so many of them. then fix up the
demo scripts to look in tests/ for the keys.
demo_windows.py doesn't need to call get_pty() (in fact, i think that's
blowing openssh's mind) and was executing the wrong command.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2c65a02f..fab5a4dc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include ChangeLog LICENSE test.py demo.py demo_simple.py demo_server.py demo_dss_key demo_rsa_key forward.py +include ChangeLog LICENSE test.py demo.py demo_simple.py demo_server.py demo_windows.py forward.py recursive-include docs * -recursive-include tests *.py +recursive-include tests *.py *.key |