diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-20 11:06:39 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-20 11:06:39 +0000 |
commit | 58fa95e468242d41dd8d53e0d92429e964eaeb59 (patch) | |
tree | 106b027d2918b10c715677dd1a85b9bd16477931 /docs/userguide | |
parent | 3c6410763cf884bb8056c37a7cc72ce873802cc2 (diff) | |
download | python-setuptools-git-58fa95e468242d41dd8d53e0d92429e964eaeb59.tar.gz |
Add versionchanged note to docs
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/declarative_config.rst | 6 | ||||
-rw-r--r-- | docs/userguide/pyproject_config.rst | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/docs/userguide/declarative_config.rst b/docs/userguide/declarative_config.rst index 68dd2715..d5735166 100644 --- a/docs/userguide/declarative_config.rst +++ b/docs/userguide/declarative_config.rst @@ -175,10 +175,8 @@ Special directives: (you can do that via ``MANIFEST.in`` or using plugins such as ``setuptools-scm``, please have a look on :doc:`/userguide/miscellaneous` for more information). - .. TODO add versionchanged with specific version when the behavior changed - - Newer versions of ``setuptools`` will automatically add these files to - the ``sdist``. + .. versionchanged:: 66.1.0 + Newer versions of ``setuptools`` will automatically add these files to the ``sdist``. Metadata diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index c60d44df..c97984ba 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -226,10 +226,8 @@ however please keep in mind that all non-comment lines must conform with :pep:`5 (you can do that via ``MANIFEST.in`` or using plugins such as ``setuptools-scm``, please have a look on :doc:`/userguide/miscellaneous` for more information). - .. TODO add versionchanged with specific version when the behavior changed - - Newer versions of ``setuptools`` will automatically add these files to - the ``sdist``. + .. versionchanged:: 66.1.0 + Newer versions of ``setuptools`` will automatically add these files to the ``sdist``. ---- |