From 3caa970ea4e2f69af0b7debf211523a5f47faf35 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 18 Aug 2014 01:31:35 -0400 Subject: [PATCH] Script to workaround but 99 https://bitbucket.org/pypa/wheel/issue/99/cannot-exclude-directory --- contrib/scripts/make_dists.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 contrib/scripts/make_dists.sh diff --git a/contrib/scripts/make_dists.sh b/contrib/scripts/make_dists.sh new file mode 100644 index 0000000000..a25d794087 --- /dev/null +++ b/contrib/scripts/make_dists.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +python setup.py sdist +pip wheel --no-index --no-deps --wheel-dir dist dist/*.tar.gz