Skip to content

Commit 14e40c4

Browse files
authored
Merge branch 'master' into issues/152
2 parents 30c4482 + c067117 commit 14e40c4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ include README.md
22
include LICENSE
33

44
recursive-include examples *.py *.md
5+
recursive-include watson_developer_cloud *.py *.md
56
global-exclude .DS_Store
67
global-exclude *.pyc

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def run_tests(self):
7272
long_description=read_md('README.md'),
7373
url='https://github.com/watson-developer-cloud/python-sdk',
7474
packages=['watson_developer_cloud'],
75+
include_package_data=True,
7576
keywords='alchemy datanews, language, vision, question and answer' +
7677
' tone_analyzer, natural language classifier, retrieve and '
7778
'rank,' +

0 commit comments

Comments
 (0)