diff --git a/.copier-answers.yml b/.copier-answers.yml index 4bc2928..020931c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 81e8acd +_commit: 7c534a1 _src_path: https://github.com/python-project-templates/base.git add_extension: python email: t.paine154@gmail.com diff --git a/pyproject.toml b/pyproject.toml index 6d5bd16..bb7e1e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,6 @@ replace = 'version = "{new_version}"' ignore = [ ".copier-answers.yml", "Makefile", - "setup.py", "docs/**/*", ] diff --git a/setup.py b/setup.py deleted file mode 100644 index aefdf20..0000000 --- a/setup.py +++ /dev/null @@ -1 +0,0 @@ -__import__("setuptools").setup()