Skip to content

Commit 48142b1

Browse files
committed
Use "whey" as the build backend.
1 parent d9a2617 commit 48142b1

File tree

4 files changed

+19
-37
lines changed

4 files changed

+19
-37
lines changed

MANIFEST.in

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

pyproject.toml

Lines changed: 15 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 = "flake8_sphinx_links"
@@ -22,5 +22,18 @@ Homepage = "https://github.com/domdfcoding/flake8-sphinx-links"
2222
"Source Code" = "https://github.com/domdfcoding/flake8-sphinx-links"
2323
Documentation = "https://flake8-sphinx-links.readthedocs.io/en/latest"
2424

25+
[tool.whey]
26+
base-classifiers = [
27+
"Development Status :: 4 - Beta",
28+
"Framework :: Flake8",
29+
"Intended Audience :: Developers",
30+
"Topic :: Utilities",
31+
"Typing :: Typed",
32+
]
33+
python-versions = [ "3.6", "3.7", "3.8", "3.9",]
34+
python-implementations = [ "CPython", "PyPy",]
35+
platforms = [ "Windows", "macOS", "Linux",]
36+
license-key = "MIT"
37+
2538
[project.entry-points."flake8.extension"]
2639
SXL = "flake8_sphinx_links:Plugin"

repo_helper.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ username: "domdfcoding"
1010
license: 'MIT'
1111
short_desc: "A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation."
1212

13+
python_deploy_version: 3.6
14+
use_whey: true
15+
min_coverage: 100
16+
1317
conda_channels:
1418
- conda-forge
1519

16-
python_deploy_version: 3.6
17-
1820
# Versions to run tests for
1921
python_versions:
2022
- '3.6'
@@ -39,8 +41,6 @@ entry_points:
3941
flake8.extension:
4042
- SXL=flake8_sphinx_links:Plugin
4143

42-
min_coverage: 100
43-
4444
sphinx_conf_epilogue:
4545
- nitpicky = True
4646

setup.py

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

0 commit comments

Comments
 (0)