File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,11 @@ What commands should be used instead?
38
38
+---------------------------------+ |
39
39
| ``python setup.py bdist_wheel `` | |
40
40
+---------------------------------+----------------------------------------+
41
+ | | ``python setup.py --version `` | ``python -m setuptools_scm `` |
42
+ | | (when using setuptools-scm _) | |
43
+ +---------------------------------+----------------------------------------+
41
44
45
+ .. _setuptools-scm : https://setuptools-scm.readthedocs.io
42
46
43
47
.. [#needs-build ] This requires the :ref: `build ` dependency.
44
48
It is recommended to always build and publish both the source distribution
Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ and their recommended replacement commands should be used instead:
37
37
+---------------------------------+ |
38
38
| ``python setup.py bdist_wheel `` | |
39
39
+---------------------------------+----------------------------------------+
40
+ | | ``python setup.py --version `` | ``python -m setuptools_scm `` |
41
+ | | (when using setuptools-scm _) | |
42
+ +---------------------------------+----------------------------------------+
40
43
44
+ .. _setuptools-scm : https://setuptools-scm.readthedocs.io
41
45
42
46
For more details:
43
47
You can’t perform that action at this time.
0 commit comments