Skip to content

Commit 1e4b763

Browse files
committed
Use "whey" as the build backend.
1 parent d0c2132 commit 1e4b763

File tree

4 files changed

+17
-33
lines changed

4 files changed

+17
-33
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_strftime"
@@ -22,5 +22,18 @@ Homepage = "https://github.com/domdfcoding/flake8_strftime"
2222
"Source Code" = "https://github.com/domdfcoding/flake8_strftime"
2323
Documentation = "https://flake8_strftime.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
STRFTIME = "flake8_strftime:Plugin"

repo_helper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ username: "domdfcoding"
1010
license: 'MIT'
1111
short_desc: "A flake8 plugin which checks for use of platform specific strftime codes."
1212

13+
use_whey: true
14+
min_coverage: 100
1315
sphinx_html_theme: furo
1416
standalone_contrib_guide: true
15-
min_coverage: 100
1617

1718
conda_channels:
1819
- conda-forge

setup.py

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

0 commit comments

Comments
 (0)