We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227f302 commit 064ef8dCopy full SHA for 064ef8d
source/key_projects.rst
@@ -373,8 +373,7 @@ flit
373
Flit provides a simple way to upload pure Python packages and modules to PyPI.
374
It focuses on `making the easy things easy <flit-rationale_>`_ for packaging.
375
Flit can generate a configuration file to quickly set up a simple project, build
376
-source distributions and wheels, and upload them to PyPI. Flit can also produce
377
-wheels in a reproducible manner, which provides added verifiability.
+source distributions and wheels, and upload them to PyPI.
378
379
Flit uses ``pyproject.toml`` to configure a project. Flit does not rely on tools
380
such as :ref:`setuptools` to build distributions, or :ref:`twine` to upload them
0 commit comments