Merge branch '1.11' into 1.12

This commit is contained in:
Jeff Forcier 2014-03-04 13:39:28 -08:00
commit 0c72e277df
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
release: docs
python setup.py sdist register upload
docs: paramiko/*
epydoc --no-private -o docs/ paramiko
clean:
rm -rf build dist docs
rm -f MANIFEST *.log demos/*.log
rm -f paramiko/*.pyc
rm -f test.log
rm -rf paramiko.egg-info
test:
python ./test.py