From d3f1faef8c73d7c9ca13b3720e1af6dfce100358 Mon Sep 17 00:00:00 2001 From: hjacobs Date: Thu, 3 Sep 2015 23:05:11 +0200 Subject: [PATCH] cleanup PyPI manifest and upload bdist_wheel --- MANIFEST.in | 4 +--- release.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a588bfd..2b4fa96 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,3 @@ include *.txt include *.rst -include *.json -recursive-include clickclick *.py *.json -recursive-include docs *.rst *.py +recursive-include clickclick *.py diff --git a/release.sh b/release.sh index 1812cfe..c825b6e 100755 --- a/release.sh +++ b/release.sh @@ -21,7 +21,7 @@ git push python3 setup.py clean python3 setup.py test -python3 setup.py sdist upload +python3 setup.py sdist bdist_wheel upload git tag ${version} git push --tags