diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-01-11 14:30:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 14:30:30 +0200 |
commit | 23e47ba455d2c4345bb82ff2760006a780eb0f23 (patch) | |
tree | b7d5dcf4462baf75fc8ea67f8a328cc3790a821f /docs/quickstart.rst | |
parent | 4f6ba78fede38a8d9e35a14e38377a121033afb3 (diff) | |
parent | ab82cea0d809968f9e558da06c4b772d1bbd5506 (diff) | |
download | wheel-git-flit-backend.tar.gz |
Merge branch 'main' into flit-backendflit-backend
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r-- | docs/quickstart.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a8fe813..13c16a3 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -1,9 +1,10 @@ Quickstart ========== -To build a wheel for your setuptools based project:: +To build a wheel for your project:: - python setup.py bdist_wheel + python -m pip install build + python -m build --wheel The wheel will go to ``dist/yourproject-<tags>.whl``. |