diff --git a/Makefile b/Makefile index 1ddd1d4..462a6ff 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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/ diff --git a/pyproject.toml b/pyproject.toml index c06f772..924753d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pantos-common" version = "1.1.0" description = "Common code for Pantos off-chain components." -authors = ["Pantos "] +authors = ["Pantos GmbH "] license = "GPL-3.0-only" readme = "README.md" packages = [