Skip to content

Commit e65bb36

Browse files
committed
Use "whey" as the build backend.
1 parent c08ffb6 commit e65bb36

File tree

6 files changed

+11
-76
lines changed

6 files changed

+11
-76
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ tag = True
1010
[bumpversion:file:README.rst]
1111

1212
[bumpversion:file:pytest_mypy_plugins_shim/__init__.py]
13-
1413
search = : str = "{current_version}"
1514
replace = : str = "{new_version}"
1615

1716
[bumpversion:file:pyproject.toml]
18-
19-
[bumpversion:file:setup.cfg]
20-
search = name = {current_version}
21-
replace = name = {new_version}

MANIFEST.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
[project]
66
name = "pytest-mypy-plugins-shim"
@@ -32,5 +32,13 @@ extras = "all"
3232
license-key = "MIT"
3333
package = "pytest_mypy_plugins_shim"
3434

35+
[tool.whey]
36+
base-classifiers = []
37+
python-versions = [ "3.6",]
38+
python-implementations = [ "CPython",]
39+
platforms = [ "Windows", "macOS", "Linux",]
40+
license-key = "MIT"
41+
package = "pytest_mypy_plugins_shim"
42+
3543
[project.entry-points.pytest11]
3644
pytest-mypy-plugins-shim = "pytest_mypy_plugins_shim"

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: 'MIT'
1111
short_desc: 'Substitute for "pytest-mypy-plugins" for Python implementations which
1212
aren''t supported by mypy.'
1313

14+
use_whey: true
1415
enable_conda: false
1516
enable_docs: false
1617
enable_tests: false

setup.cfg

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,6 @@
66
# * mypy
77
# * options.entry_points
88

9-
[metadata]
10-
name = pytest-mypy-plugins-shim
11-
version = 0.1.0
12-
author = Dominic Davis-Foster
13-
author_email = dominic@davis-foster.co.uk
14-
license = MIT License
15-
keywords =
16-
long_description = file: README.rst
17-
long_description_content_type = text/x-rst
18-
platforms = Windows, macOS, Linux
19-
url = https://github.com/python-coincidence/pytest-mypy-plugins-shim
20-
project_urls =
21-
Issue Tracker = https://github.com/python-coincidence/pytest-mypy-plugins-shim/issues
22-
Source Code = https://github.com/python-coincidence/pytest-mypy-plugins-shim
23-
classifiers =
24-
License :: OSI Approved :: MIT License
25-
Operating System :: OS Independent
26-
Programming Language :: Python
27-
Programming Language :: Python :: 3 :: Only
28-
Programming Language :: Python :: 3.6
29-
Programming Language :: Python :: Implementation :: CPython
30-
31-
[options]
32-
python_requires = >=3.6.1
33-
zip_safe = False
34-
include_package_data = True
35-
packages = find:
36-
37-
[options.packages.find]
38-
exclude =
39-
doc-source
40-
tests
41-
tests.*
42-
439
[mypy]
4410
python_version = 3.6
4511
namespace_packages = True

setup.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)