summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2004-03-09 01:09:17 +0000
committerRobey Pointer <robey@lag.net>2004-03-09 01:09:17 +0000
commit0ae801447ede34b113663f09b5903c00b3644fb1 (patch)
tree300b09439a25dd995e2cae0718f5da159d400440 /MANIFEST.in
parent14f2193d3979c910d205282a43ca2da8f85f3915 (diff)
downloadparamiko-0ae801447ede34b113663f09b5903c00b3644fb1.tar.gz
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-33]
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).
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f66b8a9a..1368ae24 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
-include ChangeLog LICENSE demo.py demo_simple.py demo_server.py demo_dss_key demo_rsa_key
+include ChangeLog LICENSE test.py demo.py demo_simple.py demo_server.py demo_dss_key demo_rsa_key
recursive-include docs *
+recursive-include tests *.py