Skip to content

Commit

Permalink
[PATCH] Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Oct 23, 2024
1 parent c091e47 commit b75f9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Remember to:

1. Replace all instances of `project-name` with the real name of the project
2. Replace all instances of `project_name` with the "package name" of the project
3. Rename the source code folder from `project_name` to something more fitting
4. Generate a lock file
3. Rename the source code folder from `project_name` to your package name
4. Generate a lock file (`poetry install --with dev,tests,linters`)
5. Rewrite the `README.md`
6. If the project is not an executable, delete the files:
* `src/project_name/main.py`
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ lint.select = [
"EXE", # Executable
"F", # Pyflakes
"FA", # __future__ annotations
# "FAST", # FastAPI
"FBT", # "Boolean trap"
"FIX", # "FIXME"-comments
"FLY", # F-strings
Expand Down

0 comments on commit b75f9fa

Please sign in to comment.