diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-02-25 20:11:51 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-02-25 20:11:51 +0100 |
commit | 70ed1dcf05aa9cd7e3c03afd47625dc8a75ab556 (patch) | |
tree | c6ec7636d43e79bfb28926aa3042bc20b7b30034 /docs | |
parent | bcfb9917fac6c772e74732ec5d633e27c812caf1 (diff) |
Modernize packaging with pyproject.toml and setuptool_scm.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/contrib/release_procedure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 :: |