From bb40d25b0b979fac741280355ac59ceadaf2f936 Mon Sep 17 00:00:00 2001 From: Danut Ilisei Date: Wed, 8 May 2024 18:35:44 +0200 Subject: [PATCH] feat: set wheel as default make target and update author --- Makefile | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 = [