Merge branch '1.10' into 1.11

This commit is contained in:
Jeff Forcier 2014-03-04 13:39:26 -08:00
commit 873b6d4a95
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