summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-02-07 13:46:03 -0500
committerKenneth Reitz <me@kennethreitz.org>2016-02-07 13:46:03 -0500
commitbbdf5f11ab0c77e0b8907c593cdd73e287c2948d (patch)
tree84c04c9dfc4521dd389c00a633c9bf1f6cace7d6 /Makefile
parent851ba25702e0b78d9653caa543af215f3702e10b (diff)
downloadtablib-bbdf5f11ab0c77e0b8907c593cdd73e287c2948d.tar.gz
v0.11.1, fix packaging errorv0.11.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef81323..35470bd 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@ test:
publish:
python setup.py register
python setup.py sdist upload
- python setup.py bdist_wheel upload --universal
+ python setup.py bdist_wheel --universal upload