Skip to content

Commit 20065b9

Browse files
committed
Rearrange files
1 parent 885c001 commit 20065b9

File tree

21 files changed

+20
-20
lines changed

21 files changed

+20
-20
lines changed

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

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from investing_algorithm_framework.utils.version import get_version
22

3-
VERSION = (1, 0, 0, 'alpha', 0)
3+
VERSION = (0, 1, 0, 'alpha', 0)
44

investing_algorithm_framework/tests/resources/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

investing_algorithm_framework/tests/utils/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
'colorama', 'wrapt', 'requests'
2020
],
2121
python_requires='>=3.6',
22-
scripts=['investing_algorithm_framework/bin/investing-algorithm-framework-admin'],
22+
scripts=['bin/investing-algorithm-framework-admin'],
2323
include_package_data=True,
2424
)

investing_algorithm_framework/tests/__init__.py renamed to tests/__init__.py

File renamed without changes.

investing_algorithm_framework/tests/core/__init__.py renamed to tests/core/__init__.py

File renamed without changes.
File renamed without changes.

investing_algorithm_framework/tests/core/data/data_providers/data_provider.py renamed to tests/core/data_providers/data_provider.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from investing_algorithm_framework.tests.core.data.data_providers.resources import TestDataProviderOne, \
2-
TestDataProviderTwo, TestObserver
1+
from tests.core.data_providers.resources import TestDataProviderOne, TestDataProviderTwo, TestObserver
32

43

54
def test():

investing_algorithm_framework/tests/core/data/data_providers/resources.py renamed to tests/core/data_providers/resources.py

File renamed without changes.

0 commit comments

Comments
 (0)