summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Robenolt <matt@ydekproductions.com>2015-07-08 01:41:11 -0600
committerMatt Robenolt <matt@ydekproductions.com>2015-07-08 01:41:11 -0600
commit39dd912382f9fc403d90a87a639aaae2b5ca5d00 (patch)
tree406eae5a77412e0602d88fc914edfc0b2b337ce8
parent6518720d42fb980592f1e6e00b6738dc69827210 (diff)
downloadraven-39dd912382f9fc403d90a87a639aaae2b5ca5d00.tar.gz
Fix up Makefile to also clean the build directory
-rw-r--r--CHANGES5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index eb452b8..1e954c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Version 5.4.1
+-------------
+
+* Fixed packaging of 5.4.0 which erronously kept the ``aiohttp.py`` file in the wheel only.
+
Version 5.4.0
-------------
diff --git a/Makefile b/Makefile
index e71bba1..4de6e2c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ setup-git:
cd .git/hooks && ln -sf ../../hooks/* ./
publish:
- rm -rf dist
+ rm -rf dist build
python setup.py sdist bdist_wheel
twine upload -s dist/*