diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-11 22:12:37 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-11 22:12:37 -0500 |
commit | 53b8523fdfa19173d2e6b11d6b4d175f54b9dfea (patch) | |
tree | 83d22fcfce4709566938bf1cfb4f61ff7dbe06de | |
parent | 9dd100fa6c77745c61d20baca965c13d63f7d901 (diff) | |
download | external_python_setuptools-53b8523fdfa19173d2e6b11d6b4d175f54b9dfea.tar.gz external_python_setuptools-53b8523fdfa19173d2e6b11d6b4d175f54b9dfea.tar.bz2 external_python_setuptools-53b8523fdfa19173d2e6b11d6b4d175f54b9dfea.zip |
Update deprecation version and include extension on changelog file.
-rw-r--r-- | changelog.d/1557.change.rst (renamed from changelog.d/1557.change) | 0 | ||||
-rw-r--r-- | docs/setuptools.txt | 10 |
2 files changed, 5 insertions, 5 deletions
diff --git a/changelog.d/1557.change b/changelog.d/1557.change.rst index 9f8af4a6..9f8af4a6 100644 --- a/changelog.d/1557.change +++ b/changelog.d/1557.change.rst diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 51e46743..be0f65d6 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -572,7 +572,7 @@ Services and Plugins`_. "Eggsecutable" Scripts ---------------------- -.. deprecated:: 41.3.0 +.. deprecated:: 45.3.0 Occasionally, there are situations where it's desirable to make an ``.egg`` file directly executable. You can do this by including an entry point such @@ -1225,7 +1225,7 @@ the quoted part. Distributing a ``setuptools``-based project =========================================== -Detailed instructions to distribute a setuptools project can be found at +Detailed instructions to distribute a setuptools project can be found at `Packaging project tutorials`_. .. _Packaging project tutorials: https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives @@ -1241,7 +1241,7 @@ setup.py is located:: This will generate distribution archives in the `dist` directory. -Before you upload the generated archives make sure you're registered on +Before you upload the generated archives make sure you're registered on https://test.pypi.org/account/register/. You will also need to verify your email to be able to upload any packages. You should install twine to be able to upload packages:: @@ -1264,11 +1264,11 @@ Distributing legacy ``setuptools`` projects using ez_setup.py .. warning:: **ez_setup** is deprecated in favor of PIP with **PEP-518** support. -Distributing packages using the legacy ``ez_setup.py`` and ``easy_install`` is +Distributing packages using the legacy ``ez_setup.py`` and ``easy_install`` is deprecated in favor of PIP. Please consider migrating to using pip and twine based distribution. -However, if you still have any ``ez_setup`` based packages, documentation for +However, if you still have any ``ez_setup`` based packages, documentation for ez_setup based distributions can be found at `ez_setup distribution guide`_. .. _ez_setup distribution guide: ez_setup.html |