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 604d4fc commit 48d7c5dCopy full SHA for 48d7c5d
NEWS
@@ -3,6 +3,18 @@ testtools NEWS
3
4
Changes and improvements to testtools_, grouped by release.
5
6
+2.7.1
7
+~~~~~
8
+
9
+Improvements
10
+~~~~~~~~~~~~
11
12
+* Remove various unused imports.
13
+ (Jelmer Vernooij)
14
15
+* Fix build backend. This should prevent version from being set to 0.0.0
16
+ when building wheels. (Jelmer Vernooij, #363)
17
18
2.7.0
19
~~~~~
20
pyproject.toml
@@ -12,8 +12,8 @@ module = [
ignore_missing_imports = true
[build-system]
-requires = ["setuptools>=61"]
-build-backend = "setuptools.build_meta"
+requires = ["setuptools>=61", "hatchling", "hatch_vcs"]
+build-backend = "hatchling.build"
[project]
name = "testtools"
0 commit comments