File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -175,10 +175,8 @@ Special directives:
175
175
(you can do that via ``MANIFEST.in `` or using plugins such as ``setuptools-scm ``,
176
176
please have a look on :doc: `/userguide/miscellaneous ` for more information).
177
177
178
- .. TODO add versionchanged with specific version when the behavior changed
179
-
180
- Newer versions of ``setuptools `` will automatically add these files to
181
- the ``sdist ``.
178
+ .. versionchanged :: 66.1.0
179
+ Newer versions of ``setuptools `` will automatically add these files to the ``sdist ``.
182
180
183
181
184
182
Metadata
Original file line number Diff line number Diff line change @@ -226,10 +226,8 @@ however please keep in mind that all non-comment lines must conform with :pep:`5
226
226
(you can do that via ``MANIFEST.in `` or using plugins such as ``setuptools-scm ``,
227
227
please have a look on :doc: `/userguide/miscellaneous ` for more information).
228
228
229
- .. TODO add versionchanged with specific version when the behavior changed
230
-
231
- Newer versions of ``setuptools `` will automatically add these files to
232
- the ``sdist ``.
229
+ .. versionchanged:: 66.1.0
230
+ Newer versions of ``setuptools `` will automatically add these files to the ``sdist ``.
233
231
234
232
----
235
233
You can’t perform that action at this time.
0 commit comments