summaryrefslogtreecommitdiffhomepage
path: root/Makefile
blob: c4d38736df2f22cfce0b46c70937b54fe54ff324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# releases:
# aerodactyl (13sep03)
# bulbasaur (18sep03)
# charmander (10nov03)

RELEASE=charmander

release:
	python ./setup.py sdist --formats=zip

docs:
	epydoc -o docs/ paramiko

# places where the version number is stored:
#
# setup.py
# __init__.py
# README