From 5eb4c2c7e6b53ace92669a635b4d1c767780007a Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 30 May 2024 09:38:27 -0500 Subject: [PATCH] Make sure make install has setuptools before using it --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1280c50c5..a30e525ac 100644 --- a/Makefile +++ b/Makefile @@ -189,6 +189,7 @@ release: dist ## package and upload a release twine upload dist/* dist: clean ## builds source and wheel package + pip install setuptools python3 setup.py sdist python3 setup.py bdist_wheel ls -l dist