Skip to content

Commit b4a0e9e

Browse files
committed
README: Add 'setuptools_scm' to 'pyproject.toml'
Ensure 'setuptools_scm' is defined in both 'pyproject.toml' and 'setup.cfg'. Newer pips will use the former (and skip the latter as already resolved by the time setup_requires are evaluated), and older pips that don't know about 'pyproject.toml' can keep using 'setup_requires'. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 33c6f04 commit b4a0e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ version of ``setuptools``:
110110
111111
# pyproject.toml
112112
[build-system]
113-
requires = ["setuptools>=30.3.0", "wheel"]
113+
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm"]
114114
115115
For more information, refer to the `setuptools issue #1002
116116
<https://github.com/pypa/setuptools/issues/1002>`_.

0 commit comments

Comments
 (0)