Skip to content

Commit c2d88f4

Browse files
authored
Merge pull request #13 from smkent/dev
Add project description to template README, misc fixes
2 parents 617f180 + 6e76c36 commit c2d88f4

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

β€Ž{{cookiecutter.project_name}}/README.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# {{cookiecutter.project_name}}
1+
# {{ cookiecutter.project_name }}
2+
3+
{{ cookiecutter.project_description }}
24

35
## Development
46

β€Ž{{cookiecutter.project_name}}/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mypy = { cmd = "mypy" }
5151
pytest = { cmd = "pytest" }
5252

5353
[tool.coverage.run]
54-
source = ["jmapc"]
54+
source = ["{{ cookiecutter.project_slug }}"]
5555

5656
[tool.coverage.report]
5757
fail_under = 0
File renamed without changes.

0 commit comments

Comments
Β (0)