-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn default template into src-layout Python package
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
- Loading branch information
1 parent
94f26f2
commit a1f0426
Showing
11 changed files
with
73 additions
and
67 deletions.
There are no files selected for viewing
38 changes: 36 additions & 2 deletions
38
features/steps/test_starter/{{ cookiecutter.repo_name }}/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
features/steps/test_starter/{{ cookiecutter.repo_name }}/src/pyproject.toml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 36 additions & 0 deletions
36
kedro/templates/project/{{ cookiecutter.repo_name }}/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
kedro/templates/project/{{ cookiecutter.repo_name }}/src/pyproject.toml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
KedroStarterSpec, | ||
) | ||
|
||
FILES_IN_TEMPLATE = 29 | ||
FILES_IN_TEMPLATE = 28 | ||
|
||
|
||
@pytest.fixture | ||
|