summaryrefslogtreecommitdiff
path: root/setuptools.egg-info
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot some filesphillip.eby2013-05-152-0/+21
* Major updates and fixes include:phillip.eby2009-10-121-0/+1
* Added 'test_runner'. (Note: this is a new feature and should notphillip.eby2008-08-211-0/+1
* Fix interactions between the various "require" options,phillip.eby2008-01-191-2/+1
* Partial support for cross-platform generation of bdist_wininst .exe's.phillip.eby2006-12-291-35/+36
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedphillip.eby2006-09-221-1/+4
* Fix "register" command not necessarily reflecting build tags.phillip.eby2006-07-101-0/+1
* Added ``test_loader`` keyword to support custom test loaders.phillip.eby2006-03-291-0/+1
* Added ``setuptools.file_finders`` entry point group to allow implementingphillip.eby2006-03-291-0/+3
* Implement dependency_links feature, courtesy of Tres Seaver's rough phillip.eby2006-03-291-2/+4
* Added ``easy_install-N.N`` script(s) for convenience when using multiplephillip.eby2006-03-201-0/+1
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing you phillip.eby2005-12-151-0/+2
* Support full roundtrip translation of eggs to and from ``bdist_wininst``phillip.eby2005-12-141-0/+1
* Added an internal ``install_egg_info`` command to use as part of old-stylephillip.eby2005-12-141-0/+1
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesphillip.eby2005-11-191-1/+2
* Added the ``include_package_data`` keyword to ``setup()``, allowing you tophillip.eby2005-11-181-0/+1
* 0.6a7 bugfix releasephillip.eby2005-11-021-0/+1
* 0.6a5 brown bag bug fix release.pje2005-09-291-1/+0
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andpje2005-09-241-0/+1
* setuptools 0.6a2 releasepje2005-09-181-1/+0
* Added support to solve the infamous "we want .py on Windows, nopje2005-09-171-0/+4
* Add detailed instructions for non-root installation using PYTHONHOME.pje2005-08-221-1/+0
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. Ipje2005-08-211-0/+1
* Allow distutils extensions to define new kinds of metadata that can bepje2005-08-061-0/+10
* Got rid of the no-longer meaningful "depends" command. Consolidated thepje2005-08-061-2/+1
* Enhanced setuptools infrastructure to support distutils extensions thatpje2005-08-061-2/+11
* Implement "entry points" for dynamic discovery of drivers and plugins.pje2005-07-241-0/+17