@@ -42,8 +42,8 @@ Version 3.10
4242 or user tokens (:samp: `pypi_token:user:{ username } `).
4343- The ``--python `` option can now take the path of a virtualenv folder, as an
4444 alternative to a Python executable (:ghpull: `667 `).
45- - Flit will work with current development versions of Pythona again (:ghpull: `684 `).
46- - The ``flit `` command line package now requires Python 3.8 or above (:ghpulL : `660 `).
45+ - Flit will work with current development versions of Python again (:ghpull: `684 `).
46+ - The ``flit `` command line package now requires Python 3.8 or above (:ghpull : `660 `).
4747 ``flit_core `` still works with Python 3.6 or above.
4848- The metadata in packages now has the names of optional dependency groups
4949 ("extras") normalised, complying with version 2.3 of the metadata standard
@@ -56,7 +56,7 @@ Version 3.10
5656 (:ghpull: `674 `). It's a good idea to always set a maximum version for the
5757 build requirement, to protect against changes in future major versions of Flit.
5858- Avoid using the deprecated ``datetime.utcfromtimestamp() `` (:ghpull: `682 `).
59- - Flit now has a ``SECURITY.md `` file in the Github repository (:ghpull: `665 `).
59+ - Flit now has a ``SECURITY.md `` file in the GitHub repository (:ghpull: `665 `).
6060- The tests for ``flit_core `` are no longer part of the installed package,
6161 reducing the size of the wheels (:ghpull: `691 `).
6262
@@ -526,7 +526,7 @@ Version 0.8
526526-----------
527527
528528- A new ``flit installfrom `` subcommand to install a project from a source
529- archive, such as from Github .
529+ archive, such as from GitHub .
530530- :doc: `Reproducible builds <reproducible >` - you can produce byte-for-byte
531531 identical wheels.
532532- A warning for non-canonical version numbers according to `PEP 440
0 commit comments