File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ author_email: mjun@mjunya.com
55author_name : Junya Morioka
66description : Modern Python Project
77package_name : my_package
8- project_name : Python Project Template
8+ project_name : Python- Project- Template
99python_version : ' 3.12'
Original file line number Diff line number Diff line change 1- # Python Project Template
1+ # Python- Project- Template
22
33[ ![ CI] ( https://github.com/mjun0812/python-project-template/actions/workflows/ci.yml/badge.svg )] ( https://github.com/mjun0812/python-project-template/actions/workflows/ci.yml )
44
Original file line number Diff line number Diff line change 11[project ]
2- name = " Python Project Template"
2+ name = " Python- Project- Template"
33version = " 0.0.1"
44description = " Modern Python Project"
55readme = " README.md"
Original file line number Diff line number Diff line change 11def hello () -> str :
2- return "Hello from Python Project Template!"
2+ return "Hello from Python- Project- Template!"
Original file line number Diff line number Diff line change 33
44def test_hello () -> None :
55 result = hello ()
6- expected = "Hello from Python Project Template!"
6+ expected = "Hello from Python- Project- Template!"
77 assert result == expected
88
99
You can’t perform that action at this time.
0 commit comments