diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2014-05-27 12:51:51 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2014-05-27 12:51:51 -0400 |
| commit | f7acc1952376956b7ef604460bf47864ecdccd26 (patch) | |
| tree | 56d2e624ff3989b857f40f4e29c71c7905891068 | |
| parent | c5972db8f0fe006aba6c2069ae9f5936a2d3d206 (diff) | |
| download | tablib-f7acc1952376956b7ef604460bf47864ecdccd26.tar.gz | |
makefile for WHEELS
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..05581ed --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +publish: + python setup.py register + python setup.py sdist upload + python setup.py bdist_wheel upload |
