aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
Commit message (Expand)AuthorAgeFilesLines
* Overhauled Windows script wrapping to support ``bdist_wininst`` better.PJ Eby2006-12-291-0/+7
* Use cross-platform relative paths in ``easy-install.pth`` when doingPJ Eby2006-09-291-0/+4
* Handle empty revision numbers in SVN 1.4 "entries" formatPJ Eby2006-09-261-0/+2
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-0/+43
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-211-2/+2
* Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 andPJ Eby2006-09-211-0/+4
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-171-0/+3
* Make "setup.py develop" of a setuptools-using project installPJ Eby2006-09-061-0/+3
* Support setuptools .egg being in current directory when bootstrapping onPJ Eby2006-09-061-0/+5
* Fix incorrect release note regarding the egg_info/sdist fix.PJ Eby2006-07-181-4/+6
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-181-0/+5
* Support ``extra_path`` option to ``setup()`` when ``install`` is run inPJ Eby2006-07-181-0/+3
* * Fixed ``AttributeError`` when trying to download a ``setup_requires``PJ Eby2006-07-141-0/+11
* Fixed redundant warnings about missing ``README`` file(s); it should nowPJ Eby2006-07-101-0/+3
* Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``PJ Eby2006-07-101-18/+77
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-101-0/+4
* Include more detailed version ranges spec, and make Requirement.specs aPJ Eby2006-07-101-0/+9
* 0.6b3 releasePJ Eby2006-06-091-3/+3
* Allow .py files found by the include_package_data option to bePJ Eby2006-06-091-0/+5
* Fix bdist_egg not including files in .egg-info subdirectories.PJ Eby2006-06-071-0/+3
* Document 0.6b1 fixesPJ Eby2006-05-121-3/+8
* Make docs & PyPI list separate locations for 0.6 and 0.7 developmentPJ Eby2006-04-141-1/+4
* Misc. doc formatting/phrasing correctionsPJ Eby2006-03-301-5/+9
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-0/+23
* More docs for .py#egg and ``dependency_links``PJ Eby2006-03-291-0/+39
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-1/+65
* Added ``--identity`` option to ``upload`` command.PJ Eby2006-03-291-0/+7
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-0/+9
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-281-9/+22
* Support namespace packages in conjunction with system packagers, by omittingPJ Eby2006-03-171-15/+17
* Record recent changes in the release notes.PJ Eby2006-03-041-1/+16
* Misc. doc fixesPJ Eby2006-02-151-0/+8
* The ``--find-links`` option previously scanned all supplied URLs andPJ Eby2006-02-081-0/+3
* Add notes about bdist_msi, bdist_nsi, and bdist_deb formats'PJ Eby2005-12-161-7/+15
* Added "What Your Users Should Know" section, telling package developersPJ Eby2005-12-161-2/+85
* Overhaul installation docs to address frequently asked questionsPJ Eby2005-12-161-36/+14
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing youPJ Eby2005-12-151-23/+86
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-0/+7
* Added a ``--single-version-externally-managed`` option to the ``install``PJ Eby2005-12-141-0/+67
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-1/+14
* Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, soPJ Eby2005-12-061-0/+4
* Made all commands that use ``easy_install`` respect its configurationPJ Eby2005-12-011-0/+3
* Misc. doc enhancementsPJ Eby2005-12-011-5/+6
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-191-3/+19
* Added warning for namespace packages with missing ``declare_namespace()``,PJ Eby2005-11-181-23/+52
* Add tutorial section on choosing project version numbers thatPJ Eby2005-11-181-13/+128
* Fixed ``--tag-svn-revision`` not working when run from a sourcePJ Eby2005-11-181-0/+3
* Added the ``include_package_data`` keyword to ``setup()``, allowing you toPJ Eby2005-11-181-3/+31
* The ``sdist`` command no longer uses the traditional ``MANIFEST`` file toPJ Eby2005-11-181-11/+33
* Document shared library autodetectionPJ Eby2005-11-091-5/+13