Skip to content

Commit f04d90f

Browse files
committed
🐛 correct python pkg configuration file
1 parent a5a78b6 commit f04d90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python_package
3434

3535
We will first look at [`pyproject.toml`](pyproject.toml) and its relation to the
3636
[`src`](src) directory. The
37-
[`project.toml`](pyproject.toml) file is the main configuration file for the Python package
37+
[`pyproject.toml`](pyproject.toml) file is the main configuration file for the Python package
3838
and is used to specify the package metadata, dependencies, build tools and configurations.
3939
The [`src`](src) folder stores the actual source code of the package, where the package itself is
4040
the subdirectories of the [`src`](src) directory. The (e.g. `src/python_package`).

0 commit comments

Comments
 (0)