summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Include __main__.py in the source kit. Fixes #255.Ned Batchelder2013-08-151-0/+1
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
|
* Add tests and docs to the kit, though they are not installed. #137Ned Batchelder2012-11-171-1/+5
|
* This actually works.Ned Batchelder2012-11-171-2/+1
|
* This makes more sense to me.Ned Batchelder2012-11-171-3/+6
|
* No longer try to bootstrap setuptools. It is a pre-req. Closes #202Ned Batchelder2012-11-171-2/+0
|
* Include the fullcoverage directory in the kitscoverage-3.5.1b1Ned Batchelder2011-08-301-0/+1
|
* 'prune' is for directories, and it turns out we don't need to 'exclude' this ↵Ned Batchelder2011-04-181-1/+0
| | | | file either, it was never included in the first place.
* Allow coverage.py to be executed by pointing Python at a repository'sBrett Cannon2011-02-261-0/+1
| | | | | | | | | | | | | | | | directory. Since Python 2.6 one can specify a __main__.py in a directory to tell Python what to do if it is pointed at simply a directory. For instance, assuming one has a clone of coverage.py sitting at ../coveragepy, this patch allows for:: python ../coveragepy run ... This is extremely handy if you want to use coverage.py straight from a clone without adding the clone's directory to sys.path (which can be an issue at least in the stdlib as that will pick up 'test' as a package, masking the stdlib's own 'test' package).
* Added an AUTHORS.txt file.Ned Batchelder2009-12-061-0/+1
|
* Use Distribute for 3.x, stick with setuptools for 2.xNed Batchelder2009-11-301-0/+1
|
* New theory about how to kit for py3k: coverage3k-* kits are for 3.xNed Batchelder2009-09-201-2/+0
|
* Py3k kitting.Ned Batchelder2009-09-181-0/+2
|
* D'oh! Turns out the kits didn't have the htmlfiles assets in them!Ned Batchelder2009-05-141-0/+1
|
* Get rid of warning about not matching an exclude pattern, or something.Ned Batchelder2009-05-131-2/+2
|
* Forgot to include CHANGES.txt in the kit.Ned Batchelder2009-03-201-0/+1
|
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+7