Skip to content

Commit dde0cbc

Browse files
committed
Update setup.cfg
* Install the toml extra_requires for setuptools_scm in setup_requires Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 08b9029 commit dde0cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_requires =
3434
intbitset >= 2.3.0, < 3.0
3535
saneyaml
3636
typing >=3.6, < 3.7
37-
setup_requires = setuptools_scm >= 4
37+
setup_requires = setuptools_scm[toml] >= 4
3838

3939
[options.packages.find]
4040
where=src

0 commit comments

Comments
 (0)