summaryrefslogtreecommitdiff
path: root/setuptools.egg-info/entry_points.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-111-36/+36
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-1/+4
* More Python 2.5 compatibility fixes.PJ Eby2006-09-201-1/+1
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-101-0/+1
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-0/+1
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-0/+3
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-2/+4
* Added ``easy_install-N.N`` script(s) for convenience when using multiplePJ Eby2006-03-201-0/+1
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing youPJ Eby2005-12-151-0/+2
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-0/+1
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-0/+1
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-191-1/+2
* Added the ``include_package_data`` keyword to ``setup()``, allowing you toPJ Eby2005-11-181-0/+1
* 0.6a7 bugfix releasePJ Eby2005-11-021-0/+1
* 0.6a5 brown bag bug fix release.PJ Eby2005-09-291-1/+0
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-241-0/+1
* setuptools 0.6a2 releasePJ Eby2005-09-181-1/+0
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-171-0/+4
* Add detailed instructions for non-root installation using PYTHONHOME.PJ Eby2005-08-221-1/+0
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-211-0/+1
* Allow distutils extensions to define new kinds of metadata that can bePJ Eby2005-08-061-0/+10
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-2/+1
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-2/+11
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-0/+17