Skip to content

Instantly share code, notes, and snippets.

@mattrobenolt
Created September 11, 2012 09:38
Show Gist options
  • Save mattrobenolt/3697234 to your computer and use it in GitHub Desktop.
Save mattrobenolt/3697234 to your computer and use it in GitHub Desktop.
publish:
python setup.py sdist upload
clean:
rm -rf *.egg-info
rm -rf dist
rm -rf build
.PHONY: publish clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment