Skip to content

Commit 6577064

Browse files
committed
Change naming
1 parent f9a7a9e commit 6577064

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

investing_algorithm_framework/bin/investing-bot-framework-admin renamed to investing_algorithm_framework/bin/investing-algorithm-framework-admin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from investing_algorithm_framework.core.management import execute_from_command_line
44

55
if __name__ == "__main__":
6-
execute_from_command_line()
6+
execute_from_command_line()

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
setuptools.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",
@@ -19,6 +19,6 @@
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
)

0 commit comments

Comments
 (0)