Skip to content

Commit 64ef492

Browse files
Update from copier (2025-02-09T18:01:03)
1 parent b568d25 commit 64ef492

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 0ddd376
2+
_commit: '9689455'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: python
55

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dist-build: # build python dists
8686
dist-check: ## run python dist checker with twine
8787
python -m twine check dist/*
8888

89-
dist: clean build dist-build dist-check ## build all dists
89+
dist: clean dist-build dist-check ## build all dists
9090

9191
publish: dist # publish python assets
9292

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ replace = 'version = "{new_version}"'
106106
ignore = [
107107
".copier-answers.yml",
108108
"Makefile",
109-
"setup.py",
110109
"docs/**/*",
111110
]
112111

setup.py

-1
This file was deleted.

0 commit comments

Comments
 (0)