Skip to content

Commit 363bc84

Browse files
committed
Switch build backend to whey
1 parent e68e927 commit 363bc84

File tree

6 files changed

+4
-105
lines changed

6 files changed

+4
-105
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ search = version = "{current_version}"
1414
replace = version = "{new_version}"
1515

1616
[bumpversion:file:repo_helper.yml]
17-
18-
[bumpversion:file:setup.cfg]
19-
search = version = {current_version}
20-
replace = version = {new_version}

MANIFEST.in

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

pyproject.toml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,14 @@
11
[build-system]
2-
requires = [ "setuptools!=61.*,<=67.1.0,>=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-unused-fstrings"
77
version = "1.0.1"
88
description = "Flake8 plugin to catch f-strings with no fields."
99
readme = "README.rst"
10-
requires-python = ">=3.8"
1110
keywords = []
12-
classifiers = [
13-
"Development Status :: 5 - Production/Stable",
14-
"Framework :: Flake8",
15-
"Intended Audience :: Developers",
16-
"License :: OSI Approved :: ISC License (ISCL)",
17-
"Natural Language :: English",
18-
"Operating System :: OS Independent",
19-
"Programming Language :: Python",
20-
"Programming Language :: Python :: 3 :: Only",
21-
"Programming Language :: Python :: 3.8",
22-
"Programming Language :: Python :: 3.9",
23-
"Programming Language :: Python :: 3.10",
24-
"Programming Language :: Python :: 3.11",
25-
"Programming Language :: Python :: 3.12",
26-
"Programming Language :: Python :: 3.13",
27-
"Programming Language :: Python :: Implementation :: CPython",
28-
"Typing :: Typed",
29-
]
30-
dynamic = [ "dependencies",]
11+
dynamic = [ "requires-python", "classifiers", "dependencies",]
3112

3213
[project.license]
3314
file = "LICENSE"

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ short_desc: 'Flake8 plugin to catch f-strings with no fields. '
1212

1313
enable_conda: false
1414
enable_docs: false
15+
use_whey: true
1516

1617
python_versions:
1718
- 3.8

setup.cfg

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

9-
[metadata]
10-
name = flake8-unused-fstrings
11-
version = 1.0.1
12-
author = adam hitchcock
13-
author_email = [email protected]
14-
license = ISC License (ISCL)
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-formate/flake8-unused-fstrings
20-
project_urls =
21-
Issue Tracker = https://github.com/python-formate/flake8-unused-fstrings/issues
22-
Source Code = https://github.com/python-formate/flake8-unused-fstrings
23-
classifiers =
24-
Development Status :: 5 - Production/Stable
25-
Framework :: Flake8
26-
Intended Audience :: Developers
27-
License :: OSI Approved :: ISC License (ISCL)
28-
Natural Language :: English
29-
Operating System :: OS Independent
30-
Programming Language :: Python
31-
Programming Language :: Python :: 3 :: Only
32-
Programming Language :: Python :: 3.8
33-
Programming Language :: Python :: 3.9
34-
Programming Language :: Python :: 3.10
35-
Programming Language :: Python :: 3.11
36-
Programming Language :: Python :: 3.12
37-
Programming Language :: Python :: 3.13
38-
Programming Language :: Python :: Implementation :: CPython
39-
Typing :: Typed
40-
41-
[options]
42-
python_requires = >=3.8
43-
zip_safe = False
44-
include_package_data = True
45-
packages = find:
46-
47-
[options.packages.find]
48-
exclude =
49-
doc-source
50-
tests
51-
tests.*
52-
53-
[options.entry_points]
54-
flake8.extension = NUF=flake8_unused_fstrings:Plugin
55-
569
[flake8]
5710
max-line-length = 80
5811
select = C,E,F,W,B,B950

setup.py

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

0 commit comments

Comments
 (0)