Skip to content

Commit 4e8b89b

Browse files
committed
standardize naming
Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com>
1 parent 9383ff7 commit 4e8b89b

File tree

28 files changed

+28
-3876
lines changed

28 files changed

+28
-3876
lines changed

union-hello-world/cookiecutter.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

union-hello-world/{{cookiecutter.project_name}}/uv.lock

Lines changed: 0 additions & 1926 deletions
This file was deleted.

union-production/cookiecutter.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"project_name": "Union production",
3+
"project_slug": "union_production"
4+
}

union-standard/{{cookiecutter.project_name}}/.gitignore renamed to union-production/{{cookiecutter.project_name}}/.gitignore

File renamed without changes.

union-hello-world/{{cookiecutter.project_name}}/.python-version renamed to union-production/{{cookiecutter.project_name}}/.python-version

File renamed without changes.

union-hello-world/{{cookiecutter.project_name}}/LICENSE renamed to union-production/{{cookiecutter.project_name}}/LICENSE

File renamed without changes.

union-hello-world/{{cookiecutter.project_name}}/README.md renamed to union-production/{{cookiecutter.project_name}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# {{ cookiecutter.project_name }}
22

3-
A basic code template for Union.
3+
A production Union project.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Union production

union-hello-world/{{cookiecutter.project_name}}/pyproject.toml renamed to union-production/{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "basic-union-template"
2+
name = "union-production"
33
version = "0.1.0"
4-
description = "Basic Union template"
4+
description = "A Union production project"
55
readme = "README.md"
66
requires-python = ">=3.9,<3.13"
77
dependencies = ["union"]

union-hello-world/{{cookiecutter.project_name}}/workflow/__init__.py renamed to union-production/{{cookiecutter.project_name}}/src/core/__init__.py

File renamed without changes.

0 commit comments

Comments
 (0)