We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1440ac7 + 1072266 commit 5cef9abCopy full SHA for 5cef9ab
docs/deprecated/commands.rst
@@ -15,7 +15,7 @@ You could also run commands in other circumstances:
15
16
* ``setuptools`` projects without ``setup.py`` (e.g., ``setup.cfg``-only)::
17
18
- python -c "import setuptools; setup()" --help
+ python -c "from setuptools import setup; setup()" --help
19
20
* ``distutils`` projects (with a ``setup.py`` importing ``distutils``)::
21
0 commit comments