diff options
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/setupscript.rst | 2 | ||||
-rw-r--r-- | Doc/distutils/uploading.rst | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 26f50e6..3ffcc78 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -488,8 +488,6 @@ The corresponding call to :func:`setup` might be:: package_data={'mypkg': ['data/*.dat']}, ) -.. versionadded:: 2.4 - Installing Additional Files =========================== diff --git a/Doc/distutils/uploading.rst b/Doc/distutils/uploading.rst index 0b82184..5be4130 100644 --- a/Doc/distutils/uploading.rst +++ b/Doc/distutils/uploading.rst @@ -4,8 +4,6 @@ Uploading Packages to the Package Index *************************************** -.. versionadded:: 2.5 - The Python Package Index (PyPI) not only stores the package info, but also the package data if the author of the package wishes to. The distutils command :command:`upload` pushes the distribution files to PyPI. |