diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-16 21:50:25 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-16 21:50:25 +0100 |
commit | 9c7163bc6030e546ba1133de823d0b4ac06a02d9 (patch) | |
tree | a7ebac5aa04a78e22fc7882ddc9872208ef463b0 /docs/userguide/entry_point.rst | |
parent | 94ff0b480541b9ccc1799bbef32a4f65caa0fc75 (diff) | |
download | python-setuptools-git-9c7163bc6030e546ba1133de823d0b4ac06a02d9.tar.gz |
Change wording from *experimental* to *beta*
Diffstat (limited to 'docs/userguide/entry_point.rst')
-rw-r--r-- | docs/userguide/entry_point.rst | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst index b7dd7aa9..bad083f4 100644 --- a/docs/userguide/entry_point.rst +++ b/docs/userguide/entry_point.rst @@ -92,7 +92,7 @@ configuration: } ) -.. tab:: pyproject.toml (**EXPERIMENTAL**) [#experimental]_ +.. tab:: pyproject.toml .. code-block:: toml @@ -162,7 +162,7 @@ Then, we can add a GUI script entry point: } ) -.. tab:: pyproject.toml (**EXPERIMENTAL**) [#experimental]_ +.. tab:: pyproject.toml .. code-block:: toml @@ -368,7 +368,7 @@ of ``timmins-plugin-fancy``: } ) -.. tab:: pyproject.toml (**EXPERIMENTAL**) [#experimental]_ +.. tab:: pyproject.toml .. code-block:: toml @@ -441,7 +441,7 @@ The configuration of ``timmins-plugin-fancy`` would then change to: } ) -.. tab:: pyproject.toml (**EXPERIMENTAL**) [#experimental]_ +.. tab:: pyproject.toml .. code-block:: toml @@ -562,11 +562,6 @@ class or module. ---- -.. [#experimental] - Support for specifying package metadata and build configuration options via - ``pyproject.toml`` is experimental and might change - in the future. See :doc:`/userguide/pyproject_config`. - .. [#use_for_scripts] Reference: https://packaging.python.org/en/latest/specifications/entry-points/#use-for-scripts |