We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a78b6 commit f04d90fCopy full SHA for f04d90f
developing.md
@@ -34,7 +34,7 @@ python_package
34
35
We will first look at [`pyproject.toml`](pyproject.toml) and its relation to the
36
[`src`](src) directory. The
37
-[`project.toml`](pyproject.toml) file is the main configuration file for the Python package
+[`pyproject.toml`](pyproject.toml) file is the main configuration file for the Python package
38
and is used to specify the package metadata, dependencies, build tools and configurations.
39
The [`src`](src) folder stores the actual source code of the package, where the package itself is
40
the subdirectories of the [`src`](src) directory. The (e.g. `src/python_package`).
0 commit comments