diff --git a/copier.yml b/copier.yml new file mode 100644 index 0000000..e69de29 diff --git a/template/.circleci/config.yml b/template/.circleci/config.yml new file mode 100644 index 0000000..e69de29 diff --git a/template/.github/ISSUE_TEMPLATE.md b/template/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..e69de29 diff --git a/template/.github/PULL_REQUEST_TEMPLATE.md b/template/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e69de29 diff --git a/template/LICENSE b/template/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/template/README.md.jinja b/template/README.md.jinja new file mode 100644 index 0000000..e69de29 diff --git a/template/docs/api_reference.rst b/template/docs/api_reference.rst new file mode 100644 index 0000000..e69de29 diff --git a/template/pyproject.toml.jinja b/template/pyproject.toml.jinja new file mode 100644 index 0000000..e69de29 diff --git a/template/tests/__init__.py b/template/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/template/{{project_slug}}/__init__.py b/template/{{project_slug}}/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index 700cec0..0000000 --- a/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Unit test package for template_pyfar_package.""" diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_template_pyfar_package.py b/tests/test_copier.py similarity index 100% rename from tests/test_template_pyfar_package.py rename to tests/test_copier.py