[#20] Support extracting candles to csv script

This commit is contained in:
Gavin.Chan
2018-01-28 00:13:15 +00:00
parent 2131c6bf93
commit 6d000c285f
9 changed files with 333 additions and 236 deletions
+2
View File
@@ -53,6 +53,8 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
entry_points={'console_scripts': [
'request-candles=libcryptomarket.cli.candles:main']},
test_suite='tests',
tests_require=test_requirements,
setup_requires=setup_requirements,