1 VERSION
:= $(shell grep
"VERSION =" planetfilter | perl
-pe
's/^.+?([0-9.]+).$$/$$1/g')
6 find
-name
"*.pyc" -delete
9 @echo Running pyflakes...
10 @pyflakes3 planetfilter
19 git commit
-a
-m
"Bump version and changelog for release"
20 git tag
-s planetfilter-
$(VERSION
) -m
"$(VERSION) release"
24 python setup.py sdist upload
--sign