Skip to content

Commit

Permalink
Replace bdist_wheel with build
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Nov 11, 2021
1 parent 738837c commit eaab3d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion art.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prepare:
- python3 setup.py -q bdist_wheel
- python3 -m build
file_map:
- source: dist/*.whl
strip: 1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
black
build
flake8
flake8-bugbear
flake8-docstrings
Expand All @@ -10,4 +11,3 @@ pytest
pytest-cov
pytest-mock
types-PyYAML
wheel
15 changes: 10 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ attrs==21.2.0
# pytest
black==21.10b0
# via -r requirements-dev.in
build==0.7.0
# via -r requirements-dev.in
click==8.0.3
# via
# black
Expand Down Expand Up @@ -43,11 +45,15 @@ mypy-extensions==0.4.3
# black
# mypy
packaging==21.2
# via pytest
# via
# build
# pytest
pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
# via
# build
# pip-tools
pip-tools==6.4.0
# via -r requirements-dev.in
platformdirs==2.4.0
Expand Down Expand Up @@ -86,6 +92,7 @@ toml==0.10.2
tomli==1.2.2
# via
# black
# build
# coverage
# pep517
types-pyyaml==6.0.0
Expand All @@ -95,9 +102,7 @@ typing-extensions==3.10.0.2
# black
# mypy
wheel==0.37.0
# via
# -r requirements-dev.in
# pip-tools
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[bdist_wheel]
python-tag = py3

[flake8]
max-line-length = 88
extend-ignore = E203
Expand Down

0 comments on commit eaab3d3

Please sign in to comment.