Skip to content

Commit fc40656

Browse files
committed
update to find_packages()
1 parent 3527b84 commit fc40656

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
from __future__ import print_function
1716
import os
1817
import sys
19-
from setuptools import setup
18+
from setuptools import setup, find_packages
2019
from setuptools.command.test import test as TestCommand
2120

2221
__version__ = '1.0.0-rc3'
@@ -68,7 +67,7 @@ def run_tests(self):
6867
author_email='[email protected]',
6968
long_description=read_md('README.md'),
7069
url='https://github.com/IBM/python-sdk-core',
71-
packages=['ibm_cloud_sdk_core'],
70+
packages=find_packages(),
7271
include_package_data=True,
7372
keywords='watson, ibm, cloud',
7473
classifiers=[

0 commit comments

Comments
 (0)