[#12] Refactor 0.1.4

This commit is contained in:
Gavin.Chan
2018-01-03 10:48:14 +00:00
parent 790980c87f
commit 6deb3d3479
21 changed files with 207 additions and 1141 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ setup(
author="Gavin Chan",
author_email='gavincyi@gmail.com',
url='https://github.com/gavincyi/libcryptomarket',
packages=['libcryptomarket', 'libcryptomarket.api'],
packages=['libcryptomarket', 'libcryptomarket.api',
'libcryptomarket.core'],
include_package_data=True,
install_requires=requirements,
license="GNU General Public License v3",