mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 07:02:48 +08:00
BLD Fix setup.py and add link to homepage.
This commit is contained in:
@@ -25,7 +25,6 @@ setup(
|
||||
packages=find_packages(),
|
||||
scripts=['scripts/run_algo.py'],
|
||||
include_package_data=True,
|
||||
long_description=LONG_DESCRIPTION,
|
||||
license='Apache 2.0',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
@@ -51,5 +50,5 @@ setup(
|
||||
extras_require = {
|
||||
'talib': ["talib"],
|
||||
},
|
||||
url="https://github.com/quantopian/zipline"
|
||||
url="http://zipline.io"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user