Skip to content

Commit

Permalink
added setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sandroboehme committed Jan 4, 2019
1 parent 67fde76 commit a3aa1aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from setuptools import setup

setup(
name='bt-ccxt-store',
version='1.0',
description='A fork of Ed Bartosh's CCXT Store Work with some additions',
author='Dave Vallance',
# author_email='[email protected]',
packages=['ccxtbt'],
install_requires=['backtrader'],
)

0 comments on commit a3aa1aa

Please sign in to comment.