commit | 18266f843b047531ba4ec5c5ef5cb5f148863a1a | [log] [tgz] |
---|---|---|
author | dfilppi <dewayne@cloudify.co> | Tue Dec 26 21:54:15 2017 +0000 |
committer | dfilppi <dewayne@cloudify.co> | Tue Dec 26 21:59:19 2017 +0000 |
tree | 5c0e7f947d2f4019a73f9280674ccd57ae38f5f2 | |
parent | e90193610f292c7d000f51592d03ebefdb8cd8d6 [diff] [blame] |
Updated build to create wheel and push to Pypi Change-Id: I8cb80cf56ed5c0d459a64af8c6a9198c1c4f9fae Issue-ID: SO-362 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
diff --git a/aria/aria-rest-server/src/main/python/aria-rest/setup.py b/aria/aria-rest-server/src/main/python/aria-rest/setup.py index 81beb0f..84e9a19 100644 --- a/aria/aria-rest-server/src/main/python/aria-rest/setup.py +++ b/aria/aria-rest-server/src/main/python/aria-rest/setup.py
@@ -34,6 +34,7 @@ license='LICENSE', description='Aria REST API for ONAP', install_requires=[ + 'distribute', 'Flask==0.12.2', 'flask-autodoc==0.1.2', 'apache-ariatosca==0.1.1'