ARIA-290 Update Makefile for binary dist creation Updated the Makefile to push required files for release (LICENSE, NOTICE, DISCLAIMER) into the binary distribution archive (wheel) automatically.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/51d0542c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/51d0542c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/51d0542c Branch: refs/heads/ARIA-254-multiple-nodes-per-template Commit: 51d0542c32611b6711415e79b49056729abf47d5 Parents: a75a3de Author: Ran Ziv <[email protected]> Authored: Sun Jun 25 16:49:42 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Sun Jun 25 16:54:19 2017 +0300 ---------------------------------------------------------------------- Makefile | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/51d0542c/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index f5f2e66..4884a65 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,8 @@ test: dist: docs python ./setup.py sdist bdist_wheel + # pushing LICENSE and additional files into the binary distribution archive + -find "$(DIST)" -type f -name '*.whl' -exec zip -u {} LICENSE NOTICE DISCLAIMER \; deploy: pip install --upgrade "twine>=1.9.1"
