We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5f168 commit 4ca9877Copy full SHA for 4ca9877
README.md
@@ -4,7 +4,13 @@ This is how I like to lay my Python projects out. You don't have to do it
4
this way, but this way works for me.
5
6
You can use it as a template, if you're reading this on GitHub then push the
7
-"Use this template" button
+"Use this template" button. You'll need to edit the project name in two
8
+places:
9
+
10
+1. In `pyproject.toml`, along with the other metadata about your project. It
11
+ goes `in_snake_case`, and matches the dir in the `src` dir.
12
+2. In `Makefile`, which is `in-kebab-case`. Why? Because convention says so,
13
+ which is a poor excuse, but it's better than not following conventions.
14
15
## To run me
16
0 commit comments