view Makefile @ 1:1a416359a617

upped the revision to 0.6 to match Django 1.0b1
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 09:52:49 -0400
parents ff263bdd455e
children
line wrap: on
line source

pypi:
	python setup.py sdist bdist_egg upload -s 

clean:
	rm -rf dist build *egg-info
	find . -name "*.pyc" | xargs rm