From e62d7c5ea3bc014123cf6f78e5345c588cd4f068 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 12 Jan 2023 22:36:04 +0100 Subject: Make the project PEP517 compatible --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 852f221..e9fb990 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -package: COPYING ngus/__init__.py ngus/__main__.py LICENSE README.md setup.py - python setup.py sdist bdist_wheel +package: COPYING src/ngus/__init__.py src/ngus/__main__.py LICENSE README.md setup.py pyproject.toml setup.cfg + python -m build upload: dist/* python -m twine upload dist/* @@ -8,4 +8,4 @@ upload-test: dist/* python -m twine upload --repository testpypi dist/* clean: - rm -rf build dist ngus/__pycache__ ngus.egg-info + rm -rf dist src/ngus/__pycache__ src/ngus.egg-info -- cgit v1.3