We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83223a0 commit a2283a1Copy full SHA for a2283a1
source/guides/modernize-setup-py-project.rst
@@ -37,7 +37,11 @@ and their recommended replacement commands should be used instead:
37
+---------------------------------+ |
38
| ``python setup.py bdist_wheel`` | |
39
+---------------------------------+----------------------------------------+
40
+| ``python setup.py --version`` | ``python -m setuptools_scm`` |
41
+| (when using setuptools-scm_) | |
42
++---------------------------------+----------------------------------------+
43
44
+.. _setuptools-scm: https://setuptools-scm.readthedocs.io
45
46
For more details:
47
0 commit comments