Skip to content

Commit 2dae2b4

Browse files
committed
Remove flit.ini description from the docs
1 parent bde39e3 commit 2dae2b4

File tree

2 files changed

+3
-116
lines changed

2 files changed

+3
-116
lines changed

doc/flit_ini.rst

Lines changed: 0 additions & 113 deletions
This file was deleted.

doc/pyproject_toml.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Version constraints:
3131
changes in the next major version.
3232
- ``license-files`` and license expressions in the ``license`` field require
3333
``flit_core >=3.11``.
34-
- :ref:`pyproject_toml_project` requires ``flit_core >=3.2``
35-
- The older ``[tool.flit.metadata]`` metadata table requires ``flit_core >=2,<4``
36-
- The very old :doc:`flit.ini file <flit_ini>` requires ``flit_core <3``.
34+
- :ref:`pyproject_toml_project` requires ``flit_core >=3.2``.
35+
- The older ``[tool.flit.metadata]`` metadata table requires ``flit_core >=2,<4``.
36+
- The very old ``flit.ini`` file requires ``flit_core <3``.
3737
- TOML features new in version 1.0 require ``flit_core >=3.4``.
3838
- ``flit_core`` 3.3 is the last version supporting Python 3.4 & 3.5. Packages
3939
supporting these Python versions can only use `TOML v0.5

0 commit comments

Comments
 (0)