File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
investing_algorithm_framework/bin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33from investing_algorithm_framework .core .management import execute_from_command_line
44
55if __name__ == "__main__" :
6- execute_from_command_line ()
6+ execute_from_command_line ()
Original file line number Diff line number Diff line change 66setuptools .setup (
77 name = "investing_algorithm_framework" ,
88 version = "0.0.1" ,
9- description = "A framework for creating an investment investing_algorithm_framework " ,
9+ description = "A framework for creating an investment algorithm " ,
1010 long_description = long_description ,
1111 long_description_content_type = "text/markdown" ,
12- url = "https://github.com/pypa/sampleproject " ,
12+ url = "https://github.com/investing-algorithms/investing-algorithm-framework.git " ,
1313 packages = setuptools .find_packages (exclude = ['tests' , 'tests.*' ]),
1414 classifiers = [
1515 "Programming Language :: Python :: 3" ,
1919 'colorama' , 'wrapt' , 'requests'
2020 ],
2121 python_requires = '>=3.6' ,
22- scripts = ['investing_algorithm_framework/bin/investing-bot -framework-admin' ],
22+ scripts = ['investing_algorithm_framework/bin/investing-algorithm -framework-admin' ],
2323 include_package_data = True ,
2424)
You can’t perform that action at this time.
0 commit comments