Skip to content

Commit

Permalink
Use build to build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 13, 2021
1 parent 7ce5ce1 commit 95e745f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docs:
sphinx-build docs docs/html

install: clean version
pip install wheel
python setup.py bdist_wheel
pip install build
python -m build
pip install --upgrade dist/*.whl

clean:
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[metadata]
license_file = LICENSE
[bdist_wheel]
universal=1
[flake8]
max-line-length=120
ignore: E302, E305, E401

0 comments on commit 95e745f

Please sign in to comment.