summaryrefslogtreecommitdiff
path: root/setuptools/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merged the two lists of acceptable names of README.txtLennart Regebro2012-08-221-4/+5
* | | | Issue #307: Prints the full path when .svn/entries is broken.Lennart Regebro2012-08-221-1/+1
* | | | README.rst is now a standardAlex Clark2012-04-221-1/+1
|/ / /
* | | Remove grody hack for later versions of Python where it is no longer necessar...Jason R. Coombs2012-01-201-4/+14
| |/ |/|
* | Open svn externals file in text mode.Martin v. Löwis2009-09-131-1/+1
* | #2 fixed setuptools for 2.7 (current trunk)Tarek Ziadé2009-07-161-0/+46
* | #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-161-1/+2
|/
* 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