We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f3bec commit 64058adCopy full SHA for 64058ad
CHANGELOG.rst
@@ -1,3 +1,11 @@
1
+v7.0.2
2
+======
3
+
4
+* fix #723 and #722: remove bootstrap dependencies
5
+* bugfix: ensure we read the distribution name from setup.cfg
6
+ if needed even for pyproject
7
+*
8
9
v7.0.1
10
=======
11
src/setuptools_scm/integration.py
@@ -19,8 +19,6 @@
19
if TYPE_CHECKING:
20
from . import _types as _t
21
22
-_SKIP_PYPROJECT_HACK = False
23
-
24
25
def _warn_on_old_setuptools(_version: str = setuptools.__version__) -> None:
26
if int(_version.split(".")[0]) < 45:
0 commit comments