Resolve the start and end time issue on candles

This commit is contained in:
Gavin.Chan
2018-02-01 11:09:35 +00:00
parent f4182abb70
commit de6d0732d4
4 changed files with 54 additions and 39 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ setup(
author="Gavin Chan",
author_email='gavincyi@gmail.com',
url='https://github.com/gavincyi/libcryptomarket',
packages=['libcryptomarket', 'libcryptomarket.api',
'libcryptomarket.core'],
packages=find_packages(),
include_package_data=True,
install_requires=requirements,
license="GNU General Public License v3",