aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.egg-info/entry_points.txt
Commit message (Expand)AuthorAgeFilesLines
* Use https in ez_setup (fixes #10)Jason R. Coombs2013-06-031-35/+35
* Bumped to 0.7.1 in preparation for next release.Jason R. Coombs2013-06-021-35/+35
* Bumped to 0.7b5 in preparation for next release.Jason R. Coombs2013-05-281-43/+43
* Re-generate egg_info0.7b3Jason R. Coombs2013-05-251-43/+43
* Fix use of getheaders on Python 3Jason R. Coombs2013-05-251-62/+62
* Update test to work with latest SSL-enabled URL opening technique.Jason R. Coombs2013-05-191-62/+62
* Re-ran egg_info on Python 2.7 (causes upload command to disappear)Jason R. Coombs2013-05-131-1/+0
* Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-0/+1
|\
| * Backport experimental environment marker support from the trunkpje2013-05-041-1/+2
| * Release update, fix string.join in README warningPJ Eby2009-10-191-1/+1
| * Major updates and fixes include:PJ Eby2009-10-121-0/+1
* | Restore entry_points.txt in egg-info. This file must be present if one desire...Jason R. Coombs2013-03-191-0/+62
* | not requiredTarek Ziadé2009-07-161-56/+0
|/
* 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