Skip to content

Commit 064ef8d

Browse files
authored
Remove mention of reproducible builds
1 parent 227f302 commit 064ef8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/key_projects.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,7 @@ flit
373373
Flit provides a simple way to upload pure Python packages and modules to PyPI.
374374
It focuses on `making the easy things easy <flit-rationale_>`_ for packaging.
375375
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.
376+
source distributions and wheels, and upload them to PyPI.
378377

379378
Flit uses ``pyproject.toml`` to configure a project. Flit does not rely on tools
380379
such as :ref:`setuptools` to build distributions, or :ref:`twine` to upload them

0 commit comments

Comments
 (0)