Skip to content

Commit 2959b16

Browse files
Update ch04packaging/03Packaging.ipynb.py
Co-authored-by: David Pérez-Suárez <[email protected]>
1 parent b909c96 commit 2959b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch04packaging/03Packaging.ipynb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
# %% [markdown]
8888
# Since June 2020, python's recommendation for creating a package is to specify package information in a `pyproject.toml` file.
89-
# Older projects used a `setup.py` file instead - and in fact the new `pyproject.toml` file in many ways mirrors this old format.
89+
# Older projects used a `setup.py` or `setup.cfg` file instead - and in fact the new `pyproject.toml` file in many ways mirrors this old format.
9090
# A lot of projects and packages have not yet switched over from `setup.py` to `pyproject.toml`, so don't be surprised to see a mixture of the two formats when you're looking at other people's packages.
9191

9292
# %% [markdown]

0 commit comments

Comments
 (0)