From 82efe0579bdbb2f4c4674f859963110a7328913f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 17:51:17 +0000 Subject: [PATCH] Update from copier (2025-02-09T17:51:17) --- .copier-answers.yml | 2 +- Makefile | 2 +- pyproject.toml | 1 - setup.py | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 setup.py diff --git a/.copier-answers.yml b/.copier-answers.yml index be02e95..7a83774 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 81e8acd +_commit: '9689455' _src_path: https://github.com/python-project-templates/base.git add_extension: python email: t.paine154@gmail.com diff --git a/Makefile b/Makefile index 49fa5ff..16b33f9 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ dist-build: # build python dists dist-check: ## run python dist checker with twine python -m twine check dist/* -dist: clean build dist-build dist-check ## build all dists +dist: clean dist-build dist-check ## build all dists publish: dist # publish python assets diff --git a/pyproject.toml b/pyproject.toml index 208c68b..457cfa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,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()