summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Add tests/configs directory to sdistBlazej Michalik2020-08-301-0/+1
|
* Merge branch '2.3' into 2.4Jeff Forcier2018-08-221-1/+1
|\
| * Add *.pub files to manifestAlexander Kapshuna2018-08-221-1/+1
| |
* | Remove references to test.py, including overhaul of test tasksJeff Forcier2017-10-231-1/+1
|/
* [project @ robey@lag.net-20061031185035-b57ad8184c39063a]Robey Pointer2006-10-311-1/+1
| | | | include setup_helper.py in the manifest
* [project @ robey@lag.net-20060309081619-4ec529d524744e14]Robey Pointer2006-03-091-1/+2
| | | | fix up the manifest
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-158]Robey Pointer2005-04-101-1/+1
| | | | | remove ChangeLog from MANIFEST.in remove ChangeLog from the dist list.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-156]Robey Pointer2005-03-261-1/+1
| | | | | | | | | | | | | | | | | rewrite channel pipes to work on windows the pipe system i was using for simulating an os-level FD (for select) was retarded. i realized this week that i could just use a single byte in the pipe to signal "data is ready" and not try to feed all incoming data thru the pipe -- and then i don't have to try to make the pipe non-blocking (which should make it work on windows). a lot of duplicate code got removed and now it's all going thru the same code-path on read. there's still a slight penalty on incoming feeds and calling 'recv' when a pipe has been opened (by calling 'fileno'), but it's tiny. removed a bunch of documentation and comments about things not working on windows, since i think they probably do now.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-100]Robey Pointer2004-11-061-2/+2
| | | | | | | | | | | | 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.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-56]Robey Pointer2004-05-311-1/+1
| | | | | | | add forward.py demo script; bump to gyarados add a demo script to show how to do local port forwarding. add gyarados to all the docs and bump the version number everywhere.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-33]Robey Pointer2004-03-091-1/+2
| | | | | | include tests in manifest include the tests in the manifest for dist, and remove some outdated notes in NOTES about the exported API (this is doc'd wayyy better in epydoc now).
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-22]Robey Pointer2004-01-041-0/+1
| | | | | | | | | fix MANIFEST.in, change version numbers to 0.9-doduo, fix LPGL notices fixed MANIFEST.in to include the demo scripts, LICENSE, and ChangeLog. upped everything to version 0.9-doduo. fixed the copyright notice, and added the LGPL banner to the top of every python file.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-21]Robey Pointer2004-01-041-0/+1
MANIFEST -> MANIFEST.in, fix setup.py. out with MANIFEST, in with MANIFEST.in.