From 8f547acfae53d0b9bf3f2d1badb708b53ba8349f Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 30 Jun 2017 12:38:54 -0700 Subject: [PATCH] Changed package name to enigma-catalyst --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 34c27d06..bca01d2c 100644 --- a/setup.py +++ b/setup.py @@ -279,11 +279,11 @@ conditional_arguments = { } 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', @@ -300,7 +300,7 @@ setup( 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',