From f30358a4ca2b3347dd5675cf43f1a4954101598f Mon Sep 17 00:00:00 2001 From: "Gavin.Chan" Date: Thu, 16 Nov 2017 11:30:12 +0000 Subject: [PATCH] Corrected the export package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a136e67..478df63 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( author="Gavin Chan", author_email='gavincyi@gmail.com', url='https://github.com/gavincyi/libcryptomarket', - packages=find_packages(include=['libcryptomarket']), + packages=['libcryptomarket', 'libcryptomarket.api'], include_package_data=True, install_requires=requirements, license="GNU General Public License v3",