Skip to content

Commit 3123d98

Browse files
committed
renaming
1 parent 6e1e424 commit 3123d98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

basic-union-template/{{cookiecutter.project_name}}/workflows/workflows.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Union workflows"""
1+
"""Workflows"""
22

33
import union
44

first-project/cookiecutter.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"project_name": "Basic Union template"
2+
"project_name": "First project"
33
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "standard-union-template"
2+
name = "first-project"
33
version = "0.1.0"
4-
description = "Standard Union project template"
4+
description = "First project"
55
readme = "README.md"
66
requires-python = ">=3.9,<3.13"
77
dependencies = ["union"]

0 commit comments

Comments
 (0)