Supporting boilerplate.
This commit is contained in:
parent
6adffbf614
commit
3becd28042
5
.gitignore
vendored
5
.gitignore
vendored
@ -2,4 +2,7 @@
|
|||||||
.*.sw?
|
.*.sw?
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pyc
|
*.pyc
|
||||||
.eggs
|
*.egg
|
||||||
|
ChangeLog
|
||||||
|
/build/
|
||||||
|
/dist/
|
||||||
|
1
AUTHORS
Normal file
1
AUTHORS
Normal file
@ -0,0 +1 @@
|
|||||||
|
Robert Collins <rbtcollins@hp.com>
|
3
Makefile
Normal file
3
Makefile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# tag it first.
|
||||||
|
release:
|
||||||
|
python setup.py sdist bdist_wheel upload -s
|
Loading…
x
Reference in New Issue
Block a user