Skip to content

Commit 48d7c5d

Browse files
authored
Fix build backend, addressing version issues. Fixes #363 (#366)
1 parent 604d4fc commit 48d7c5d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ testtools NEWS
33

44
Changes and improvements to testtools_, grouped by release.
55

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+
618
2.7.0
719
~~~~~
820

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ module = [
1212
ignore_missing_imports = true
1313

1414
[build-system]
15-
requires = ["setuptools>=61"]
16-
build-backend = "setuptools.build_meta"
15+
requires = ["setuptools>=61", "hatchling", "hatch_vcs"]
16+
build-backend = "hatchling.build"
1717

1818
[project]
1919
name = "testtools"

0 commit comments

Comments
 (0)