diff --git a/filenames_to_change.txt b/filenames_to_change.txt new file mode 100644 index 0000000..455cb1b --- /dev/null +++ b/filenames_to_change.txt @@ -0,0 +1,5 @@ +./docs/source/template.rst +./utils/list_template_files.sh +./template +./template/template.py +./tests/test_template.py diff --git a/files_containing_template.txt b/files_containing_template.txt new file mode 100644 index 0000000..0092209 --- /dev/null +++ b/files_containing_template.txt @@ -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