-
Notifications
You must be signed in to change notification settings - Fork 910
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 <juan_luis_cano@mckinsey.com>
- Loading branch information
1 parent
a883871
commit dfb83ac
Showing
11 changed files
with
71 additions
and
65 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.
34 changes: 34 additions & 0 deletions
34
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
31 changes: 0 additions & 31 deletions
31
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 = 30 | ||
FILES_IN_TEMPLATE = 29 | ||
|
||
|
||
@pytest.fixture | ||
|