Skip to content

Commit

Permalink
chore: Update Makefile and setup.py for build process improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Aug 26, 2024
1 parent 58150d8 commit bd57940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: package
# Packaging
package:
rm -f dist/*
python3 setup.py sdist bdist_wheel
python3 -m build

install: package
python3 -m pip install --no-deps --force dist/*.whl
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
],
extras_require={
"develop": [
"build",
"twine",
"mkdocs",
"mkdocs-material",
"mkdocs-glightbox",
Expand Down

0 comments on commit bd57940

Please sign in to comment.