Lines Matching refs:bdist_egg
280 supplied, the ``bdist_egg`` command will have to analyze all of your
670 temporary folder and run ``setup.py bdist_egg``.
1218 ``setup.py sdist upload`` or ``setup.py bdist_egg upload`` to upload your
1222 bdist_egg upload`` will register the package, build source and egg
1331 ``setup()`` function, or you can omit it. If you omit it, the ``bdist_egg``
1339 means that the ``bdist_egg`` authors aren't yet comfortable asserting that
1347 However, if ``bdist_egg`` can't be *sure* that your package will work, but
1366 flag, so that it will not be necessary for ``bdist_egg`` or ``EasyInstall`` to
1490 setup.py egg_info -rbDEV bdist_egg rotate -m.egg -k3
1614 python setup.py egg_info -Db "" sdist bdist_egg register upload
1629 python setup.py release sdist bdist_egg register upload
1690 setup.py daily bdist_egg # generate a daily-build .egg file
1692 setup.py daily sdist bdist_egg # generate both
1703 setup.py alias bdist_egg bdist_egg rotate -k1 -m.egg
1705 redefines the ``bdist_egg`` command so that it always runs the ``rotate``
1707 indefinitely on ``bdist_egg`` because the alias is only expanded once when
1729 ``bdist_egg`` - Create a Python Egg for the project
1747 use ``bdist_egg`` and you're done. But there are a few options that may
1942 metadata directory (used by the ``bdist_egg``, ``develop``, and ``test``
1945 the ``sdist``, ``bdist_egg``, ``develop``, ``register``, and ``test`` commands
2021 python setup.py egg_info --tag-date --tag-build=DEV bdist_egg
2026 python setup.py egg_info -RDb "" sdist bdist_egg register upload