Corrected the export package.

This commit is contained in:
Gavin.Chan
2017-11-16 11:30:12 +00:00
parent d382558400
commit f30358a4ca
+1 -1
View File
@@ -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",