Skip to content

Commit

Permalink
feat: set wheel as default make target and update author
Browse files Browse the repository at this point in the history
  • Loading branch information
danut13 committed May 8, 2024
1 parent 2273e0f commit fb5ec1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
PYTHON_FILES := pantos/common scripts tests

.PHONY: wheel
wheel:
poetry build -f wheel

.PHONY: code
code: check format lint sort bandit test

Expand Down Expand Up @@ -43,10 +47,6 @@ test:
coverage:
poetry run python3 -m pytest --cov-report term-missing --cov=pantos tests

.PHONY: wheel
wheel:
poetry build -f wheel

.PHONY: clean
clean:
rm -r -f build/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pantos-common"
version = "1.1.0"
description = "Common code for Pantos off-chain components."
authors = ["Pantos <[email protected]>"]
authors = ["Pantos GmbH <[email protected]>"]
license = "GPL-3.0-only"
readme = "README.md"
packages = [
Expand Down

0 comments on commit fb5ec1d

Please sign in to comment.