Skip to content

Commit 5ac727c

Browse files
authored
Merge pull request #40 from airflow-laminar/copier-update-2025-02-04T20-26-54
Update from copier (2025-02-04T20:26:54)
2 parents 21a3696 + 53f3166 commit 5ac727c

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: ea9f24b
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
@@ -75,7 +75,6 @@ replace = 'version = "{new_version}"'
7575
ignore = [
7676
".copier-answers.yml",
7777
"Makefile",
78-
"setup.py",
7978
"docs/**/*",
8079
]
8180

setup.py

-1
This file was deleted.

0 commit comments

Comments
 (0)