From 40997d95b05034e349205fa0a988878e24f75f0c Mon Sep 17 00:00:00 2001 From: "Joshua B. Smith" Date: Thu, 23 Feb 2017 14:13:01 -0500 Subject: [PATCH 1/3] make sure to add all modules for instalation --- MANIFEST.in | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index b3cce537e..83dae7bfb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,6 @@ include README.md include LICENSE recursive-include examples *.py *.md +recursive-include watson_developer_cloud *.py *.md global-exclude .DS_Store global-exclude *.pyc diff --git a/setup.py b/setup.py index cc512c430..967b0758d 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ def run_tests(self): long_description=read_md('README.md'), url='https://github.com/watson-developer-cloud/python-sdk', packages=['watson_developer_cloud'], + include_package_data=True, keywords='alchemy datanews, language, vision, question and answer' + ' tone_analyzer, natural language classifier, retrieve and ' 'rank,' + From 187dbc9feab320c720c2632c4140a62e2c384328 Mon Sep 17 00:00:00 2001 From: "Joshua B. Smith" Date: Thu, 23 Feb 2017 14:16:04 -0500 Subject: [PATCH 2/3] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 967b0758d..2c6bacaf0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import sys -__version__ = '0.24.0' +__version__ = '0.25.0' if sys.argv[-1] == 'publish': # test server From a516749a67c6f4d14908d35a18c80a493dba0ab0 Mon Sep 17 00:00:00 2001 From: "Joshua B. Smith" Date: Thu, 23 Feb 2017 14:40:36 -0500 Subject: [PATCH 3/3] Revert "bump version" This reverts commit 187dbc9feab320c720c2632c4140a62e2c384328. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c6bacaf0..967b0758d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import sys -__version__ = '0.25.0' +__version__ = '0.24.0' if sys.argv[-1] == 'publish': # test server