Skip to content

Commit

Permalink
Changed package name to enigma-catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
cfromknecht committed Jul 2, 2017
1 parent 639fb0f commit 8f547ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,11 @@ def setup_requirements(requirements_path, module_names, strict_bounds,
}

setup(
name='catalyst-hf',
name='enigma-catalyst',
url='https://enigma.co',
version=versioneer.get_version(),
cmdclass=LazyBuildExtCommandClass(versioneer.get_cmdclass()),
description='A backtester for financial algorithms.',
description='A algorithmic trading backtester for crypto-assets.',
entry_points={
'console_scripts': [
'catalyst = catalyst.__main__:main',
Expand All @@ -300,7 +300,7 @@ def setup_requirements(requirements_path, module_names, strict_bounds,
if '__pycache__' not in root},
license='Apache 2.0',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 2 - Pre-Alpha',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python',
Expand Down

0 comments on commit 8f547ac

Please sign in to comment.