Skip to content

Commit 071b810

Browse files
authored
Update nox config filename
`noxfile.py` since https://github.com/wntrblm/nox/releases/tag/2018.8.23
1 parent 6454a06 commit 071b810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/discussions/setup-py-deprecated.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for packaging Python projects.
1212
And :file:`setup.py` is a valid configuration file for :ref:`setuptools`
1313
that happens to be written in Python, instead of in *TOML* for example
1414
(a similar practice is used by other tools
15-
like *nox* and its :file:`nox.py` configuration file,
15+
like *nox* and its :file:`noxfile.py` configuration file,
1616
or *pytest* and :file:`conftest.py`).
1717

1818
However, ``python setup.py`` and the use of :file:`setup.py`

0 commit comments

Comments
 (0)