Skip to content

Commit cf85491

Browse files
committed
Switch build backend to whey
1 parent 58f1df3 commit cf85491

File tree

6 files changed

+4
-83
lines changed

6 files changed

+4
-83
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ replace = : str = "{new_version}"
1515
[bumpversion:file:pyproject.toml]
1616
search = version = "{current_version}"
1717
replace = version = "{new_version}"
18-
19-
[bumpversion:file:setup.cfg]
20-
search = version = {current_version}
21-
replace = version = {new_version}

MANIFEST.in

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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-github-actions"
77
version = "0.1.1"
88
description = "GitHub Actions integration for flake8."
99
readme = "README.rst"
10+
requires-python = ">=3.6"
1011
keywords = [ "flake8", "github", "github-actions",]
1112
dynamic = [ "classifiers", "dependencies",]
12-
requires-python = ">=3.6"
1313

1414
[[project.authors]]
1515
name = "Dominic Davis-Foster"

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ enable_conda: false
1515
enable_docs: false
1616
requires_python: 3.6
1717
pre_commit_exclude: "^tests/bad_code.py$"
18+
use_whey: true
1819

1920
python_versions:
2021
- '3.6'

setup.cfg

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

9-
[metadata]
10-
name = flake8-github-actions
11-
version = 0.1.1
12-
author = Dominic Davis-Foster
13-
author_email = [email protected]
14-
license = MIT License
15-
keywords = flake8, github, github-actions
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-github-actions
20-
project_urls =
21-
Issue Tracker = https://github.com/python-formate/flake8-github-actions/issues
22-
Source Code = https://github.com/python-formate/flake8-github-actions
23-
classifiers =
24-
Development Status :: 4 - Beta
25-
Environment :: Console
26-
Framework :: Flake8
27-
Intended Audience :: Developers
28-
License :: OSI Approved :: MIT License
29-
Operating System :: OS Independent
30-
Programming Language :: Python
31-
Programming Language :: Python :: 3 :: Only
32-
Programming Language :: Python :: 3.6
33-
Programming Language :: Python :: 3.7
34-
Programming Language :: Python :: 3.8
35-
Programming Language :: Python :: 3.9
36-
Programming Language :: Python :: Implementation :: CPython
37-
Programming Language :: Python :: Implementation :: PyPy
38-
Typing :: Typed
39-
40-
[options]
41-
python_requires = >=3.6
42-
zip_safe = False
43-
include_package_data = True
44-
packages = find:
45-
46-
[options.packages.find]
47-
exclude =
48-
doc-source
49-
tests
50-
tests.*
51-
529
[options.entry_points]
5310
flake8.report = github = flake8_github_actions:GitHubFormatter

setup.py

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

0 commit comments

Comments
 (0)