Supporting boilerplate.

This commit is contained in:
Robert Collins 2015-03-06 14:43:28 +13:00
parent 6adffbf614
commit 3becd28042
3 changed files with 8 additions and 1 deletions

5
.gitignore vendored
View File

@ -2,4 +2,7 @@
.*.sw?
*.egg-info
*.pyc
.eggs
*.egg
ChangeLog
/build/
/dist/

1
AUTHORS Normal file
View File

@ -0,0 +1 @@
Robert Collins <rbtcollins@hp.com>

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
# tag it first.
release:
python setup.py sdist bdist_wheel upload -s