From e86c5f0106cb83ae423f6ef7dfc04e51b62c8439 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sat, 6 Nov 2004 20:32:08 +0000 Subject: [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. --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.1