-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding files that list files content and names that need to be edited.
- Loading branch information
Carsten
committed
Mar 27, 2024
1 parent
b9b4ea6
commit 8f6af01
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
./docs/source/template.rst | ||
./utils/list_template_files.sh | ||
./template | ||
./template/template.py | ||
./tests/test_template.py |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
CONTRIBUTING.md | ||
docs/source/template.rst | ||
docs/source/conf.py | ||
docs/source/index.rst | ||
filenames_to_change.txt | ||
makefile | ||
pyproject.toml | ||
README.md | ||
setup.cfg | ||
template/__init__.py | ||
template/cli.py | ||
tests/__init__.py | ||
tests/test_template.py | ||
.bumpversion.cfg | ||
.github/ISSUE_TEMPLATE.md | ||
.github/workflows/dev.yml | ||
.github/workflows/release.yml | ||
.gitignore |