Lines Matching refs:egg
120 in egg-info metadata.
230 * #462: Don't assume a directory is an egg by the ``.egg``
405 * #968: Allow '+' and '!' in egg fragments
683 ignores empty egg-info directories and gives precedence to
1284 …<https://setuptools.readthedocs.io/en/latest/setuptools.html#upload-upload-source-and-or-egg-distr…
1290 * Issue #118: Once again omit the package metadata (egg-info)
1612 * Issue #254: When creating temporary egg cache on Unix, use mode 755
1857 * BB Pull Request #85: Search egg-base when adding egg-info to manifest.
1918 the new location. Systems that ignore ``*.egg`` will probably need to be
1931 * Issue #262: Fixed regression in pip install due to egg-info directories
1964 * Issue #118: The egg-info directory is now no longer included in the list
2188 declaration of a namespace package in an egg on ``sys.path`` no longer
2234 * Issue #131: Fix RuntimeError when constructing an egg fetcher.
2370 fragments in them (such as #egg=).
2573 customized egg cache location specifies a directory that's group- or
2621 * Distribute #375: Resources extracted from a zip egg to the file system now also
2703 to ensure that when a new egg distribution containing a namespace package is
2705 would have been in had that egg been on the path when pkg_resources was
2731 as the egg link would go to the Python 2 source. Linking to the 2to3'd code
2950 * Distribute #64: use_setuptools no longer rebuilds the distribute egg every
2953 * use_setuptools will no longer try to import a distribute egg for the
2977 setuptools egg, whether in a shared egg directory or a system setuptools.
3136 ``.egg-info``, when it should only be in the built egg's ``EGG-INFO``.
3159 * Added ``--egg-path`` option to ``develop`` command, allowing you to force
3160 ``.egg-link`` files to use relative paths (allowing them to be shared across
3165 * Fix "eggsecutables" (such as setuptools' own egg) only being runnable with
3201 prepended to an ``.egg`` file to allow it to be run as a script on Unix-ish
3230 setuptools if needed, instead of only downloading the egg.
3270 * Fix ``bdist_egg`` not including files in subdirectories of ``.egg-info``.
3328 the project's ``.egg-info`` directory as ``SOURCES.txt``, and it is rebuilt
3356 ``install`` operations, that installs an ``.egg-info`` directory with the
3360 command so that you can more easily wrap a "flat" egg in a system package.
3363 don't rely on a ``.pth`` file. The ``--no-egg`` option has been removed,
3368 egg in an .exe that will safely install it as an egg (i.e., with metadata
3370 back into an ``.egg`` file or directory and install it as such.
3390 ``.egg-info/PKG-INFO`` under revision control and put the project's source
3394 PKG-INFO file" error, because the egg runtime interpreted the unbuilt
3396 being a corrupted egg. Setuptools now monkeypatches the distribution
3397 metadata cache to pretend that the egg has valid version information, until
3423 * Added support for building "old-style" RPMs that don't install an egg for
3424 the target package, using a ``--no-egg`` option.
3432 eggs, as PyPI now supports egg uploads without trickery.
3435 the setuptools egg, and attempts to check the downloaded egg against an
3520 version, not just egg distributions.
3542 * Added "upload" support for egg and source distributions, including a bug
3543 fix for "upload" and a temporary workaround for lack of .egg support in
3568 installs an ``.egg-link`` pointing to the package's source directory, and
3575 just creates or updates the "projectname.egg-info" directory, without
3576 building an egg. (It's used by the ``bdist_egg``, ``test``, and ``develop``
3580 instead builds any C extensions in-place, updates the ``.egg-info``
3650 * Added new options to ``bdist_egg`` to allow tagging the egg's version number