|
1 | 1 | [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" |
4 | 4 |
|
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" |
0 commit comments