Skip to content

Commit 0d0df59

Browse files
committed
clean
1 parent 1d1e564 commit 0d0df59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This file was configured by CPA. For additional details: https://github.com/ysawa0/create-python-app
12
[tool.poetry]
23
name = "example"
34
version = "0.0.1"

templates/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# File set up by cpa: https://github.com/ysawa0/create-python-app for more info.
1+
# This file was configured by CPA. For additional details: https://github.com/ysawa0/create-python-app
22
[tool.poetry]
33
name = "{{ name }}"
44
version = "0.0.1"

0 commit comments

Comments
 (0)