aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
...
* Support subversion 1.5 (backport from trunk)PJ Eby2008-07-161-1/+1
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-1/+1
* Should've used distutils.log.warn instead of warnings.warnPJ Eby2006-09-261-2/+2
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-171-21/+21
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-181-12/+12
* Fixed redundant warnings about missing ``README`` file(s); it should nowPJ Eby2006-07-101-2/+43
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-8/+8
* Prevent failed attempts at removing MANIFEST.in from masking errors thatPJ Eby2006-02-211-10/+10
* The ``sdist`` command no longer uses the traditional ``MANIFEST`` file toPJ Eby2005-11-181-8/+49
* Fix wrongly including files that Subversion has marked deleted.PJ Eby2005-08-061-5/+5
* Include ``svn:externals`` directories in source distributions as well asPJ Eby2005-07-091-42/+42
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-1/+1
* Add upload support to setuptools, and make default downloads of setuptoolsPJ Eby2005-07-071-0/+41
* Beefed up the "sdist" command so that if you don't have a MANIFEST.in, itPJ Eby2005-07-071-0/+82