Skip to content

Commit aa65199

Browse files
committed
minor
1 parent c6f762b commit aa65199

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/features/creators/templates/newPackageTemplate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# <project_name>
1+
# package_name
22

33
> TODO: Write a short description of your project and what it does.
44
55
## Table of Contents
66

7-
- [\<project\_name\>](#project_name)
7+
- [package\_name](#package_name)
88
- [Table of Contents](#table-of-contents)
99
- [How to Run](#how-to-run)
1010
- [How to Package](#how-to-package)

src/features/creators/templates/newPackageTemplate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-backend = "setuptools.build_meta"
1717

1818

1919
[project.scripts]
20-
# Add your CLI entry points here
20+
# TODO: add your CLI entry points here
2121

2222

2323

0 commit comments

Comments
 (0)