Skip to content

Commit 19d97e6

Browse files
committed
Update project metadata, and use "whey" as the build backend.
1 parent 8c43385 commit 19d97e6

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

pyproject.toml

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
[build-system]
2-
requires = [ "setuptools>=40.6.0", "wheel>=0.34.2",]
3-
build-backend = "setuptools.build_meta"
2+
requires = [ "whey",]
3+
build-backend = "whey"
44

5-
[tool.importcheck]
5+
[project]
6+
name = "tox-recreate-hook"
7+
version = "0.0.0"
8+
description = "(experimental) Allows hooks to be defined which are called when recreating a tox testenv."
9+
readme = "README.rst"
10+
keywords = [ "tox",]
11+
dynamic = [ "requires-python", "classifiers", "dependencies",]
12+
[[project.authors]]
13+
14+
name = "Dominic Davis-Foster"
15+
16+
[project.license]
17+
file = "LICENSE"
18+
19+
[project.urls]
20+
Homepage = "https://github.com/domdfcoding/tox-recreate-hook"
21+
"Issue Tracker" = "https://github.com/domdfcoding/tox-recreate-hook/issues"
22+
"Source Code" = "https://github.com/domdfcoding/tox-recreate-hook"
23+
Documentation = "https://tox-recreate-hook.readthedocs.io/en/latest"
24+
25+
[tool.whey]
26+
base-classifiers = [
27+
"Development Status :: 3 - Alpha",
28+
"Framework :: tox",
29+
"Intended Audience :: Developers",
30+
"Topic :: Software Development :: Testing",
31+
"Typing :: Typed",
32+
]
33+
python-versions = [ "3.7", "3.8", "3.9",]
34+
python-implementations = [ "CPython",]
35+
platforms = [ "Windows", "macOS", "Linux",]
36+
license-key = "MIT"
37+
package = "tox_recreate_hook"
38+
39+
[project.entry-points.tox]
40+
recreate = "tox_recreate_hook"

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ keywords:
4242
- tox
4343

4444
min_coverage: 90
45+
use_whey: true

0 commit comments

Comments
 (0)