Skip to content

Commit

Permalink
Bump setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed May 3, 2021
1 parent 0924d2c commit 8b950ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools >= 35.0.2",
"setuptools_scm >= 3.1.0, <4",
"setuptools >= 56.0.0",
"setuptools_scm >= 6.0.1, <7",
]
build-backend = "setuptools.build_meta"

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
'readme',
'pytest-cov',
'responses',
'setuptools>=56.0.0',
'setuptools_scm',
],
},
Expand Down

0 comments on commit 8b950ff

Please sign in to comment.