diff options
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``. ---- |