Skip to content

Commit 2da1e0c

Browse files
committed
Remove deprecated setup_requires from setup.cfg and update setuptools version in pyproject.toml.
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent d386c98 commit 2da1e0c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools >= 50", "wheel", "setuptools_scm[toml] >= 6"]
2+
requires = ["setuptools>=64.0", "wheel", "setuptools_scm[tomm]>=8.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -68,7 +68,7 @@ include = [
6868
"."
6969

7070
]
71-
# ignore test data and testfiles: they should never be linted nor formatted
71+
# ignore test data and testfiles: they should never be linted nor formatted
7272
exclude = [
7373
# main style
7474
"**/tests/data/**/*",

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ packages = find:
5555
include_package_data = true
5656
zip_safe = false
5757

58-
setup_requires = setuptools_scm[toml] >= 4
59-
6058
install_requires =
6159
attrs
6260
boolean.py >= 3.5

0 commit comments

Comments
 (0)