Skip to content

Commit

Permalink
Merge pull request pypa#1860 from benoit-pierre/documentation_tweaks
Browse files Browse the repository at this point in the history
Small documentation tweaks
  • Loading branch information
jaraco authored Oct 7, 2019
2 parents 5eee6b4 + 8b3a8d0 commit d190769
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/1860.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
7 changes: 7 additions & 0 deletions docs/setuptools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,10 @@ using ``setup.py develop``.)
Dependencies that aren't in PyPI
--------------------------------

.. warning::
Dependency links support has been dropped by pip starting with version
19.0 (released 2019-01-22).

If your project depends on packages that don't exist on PyPI, you may still be
able to depend on them, as long as they are available for download as:

Expand Down Expand Up @@ -1689,6 +1693,9 @@ file locations.
``bdist_egg`` - Create a Python Egg for the project
===================================================

.. warning::
**eggs** are deprecated in favor of wheels, and not supported by pip.

This command generates a Python Egg (``.egg`` file) for the project. Python
Eggs are the preferred binary distribution format for EasyInstall, because they
are cross-platform (for "pure" packages), directly importable, and contain
Expand Down

0 comments on commit d190769

Please sign in to comment.