Skip to content

Commit

Permalink
Adding files that list files content and names that need to be edited.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten committed Mar 27, 2024
1 parent b9b4ea6 commit 8f6af01
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions filenames_to_change.txt
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
18 changes: 18 additions & 0 deletions files_containing_template.txt
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

0 comments on commit 8f6af01

Please sign in to comment.