From 70ed1dcf05aa9cd7e3c03afd47625dc8a75ab556 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 25 Feb 2024 20:11:51 +0100 Subject: Modernize packaging with pyproject.toml and setuptool_scm. --- docs/source/contrib/release_procedure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/contrib') diff --git a/docs/source/contrib/release_procedure.rst b/docs/source/contrib/release_procedure.rst index 4399c47..396f2d2 100644 --- a/docs/source/contrib/release_procedure.rst +++ b/docs/source/contrib/release_procedure.rst @@ -9,7 +9,7 @@ * Generate the distribution files:: - $ python3 setup.py sdist bdist_wheel + $ python3 -m build * Upload :: -- cgit v1.2.3