Lines Matching refs:bdist_egg
69 * #1257: In bdist_egg.scan_module, fix ValueError on Python 3.7.
154 * #1193: Avoid test failures in bdist_egg when
168 * #844: ``bdist_egg --exclude-source-files`` now tested and works
2195 * Issue #148: When building (bdist_egg), setuptools no longer adds
2804 * Distribute #227: easy_install now passes its arguments to setup.py bdist_egg
2853 * Fixed typo in bdist_egg
3135 * Fixed ``bdist_egg`` putting a ``native_libs.txt`` in the source package's
3182 * Fix uploaded ``bdist_rpm`` packages being described as ``bdist_egg``
3270 * Fix ``bdist_egg`` not including files in subdirectories of ``.egg-info``.
3491 ``bdist_egg``.
3510 * Fixed the swapped ``-d`` and ``-b`` options of ``bdist_egg``.
3576 building an egg. (It's used by the ``bdist_egg``, ``test``, and ``develop``
3650 * Added new options to ``bdist_egg`` to allow tagging the egg's version number
3652 value. Run ``setup.py bdist_egg --help`` to get more information.