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/pyproject_config.rst | |
parent | 94ff0b480541b9ccc1799bbef32a4f65caa0fc75 (diff) | |
download | python-setuptools-git-9c7163bc6030e546ba1133de823d0b4ac06a02d9.tar.gz |
Change wording from *experimental* to *beta*
Diffstat (limited to 'docs/userguide/pyproject_config.rst')
-rw-r--r-- | docs/userguide/pyproject_config.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index dcf284d5..2b0f9cbc 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -72,7 +72,7 @@ Setuptools-specific configuration .. warning:: Support for declaring configurations not standardized by :pep:`621` (i.e. the ``[tool.setuptools]`` table), - is still **experimental** and might change in future releases. + is still in **beta** stage and might change in future releases. While the standard ``project`` table in the ``pyproject.toml`` file covers most of the metadata used during the packaging process, there are still some @@ -99,7 +99,7 @@ Key Value Type (TOML) Notes ``exclude-package-data`` table/inline-table ``license-files`` array of glob patterns **Provisional** - likely to change with :pep:`639` (by default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``) -``data-files`` table/inline-table **Deprecated** - check :doc:`/userguide/datafiles` +``data-files`` table/inline-table **Discouraged** - check :doc:`/userguide/datafiles` ``script-files`` array **Deprecated** - equivalent to the ``script`` keyword in ``setup.py`` (should be avoided in favour of ``project.scripts``) ``provides`` array **Ignored by pip** |