summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* A few cleanupsNed Batchelder2018-05-311-1/+0
|
* Use check-manifest to check the manifestNed Batchelder2018-05-141-0/+1
|
* Oops, wrong nameNed Batchelder2016-12-171-1/+1
|
* Rename AUTHORS.txt to CONTRIBUTORS.txtNed Batchelder2016-12-171-1/+1
|
* Source kit now has a complete working tree. #137Ned Batchelder2015-10-131-1/+33
|
* Rename CHANGES.txt to CHANGES.rst so repos will display it well.Ned Batchelder2015-09-201-1/+1
|
* Fix the contents of the kitNed Batchelder2015-09-061-1/+2
| | | | | Previously, we were getting fullcoverage/__pycache__/*.pyc files, and we weren't getting the header files needed for ctracer.
* Remove tests and docs from the kit, since they weren't used or usable.Ned Batchelder2015-09-061-13/+5
|
* Readme changed from .txt to .rstNed Batchelder2015-08-291-1/+1
|
* Use requirements.pip filesNed Batchelder2015-08-291-1/+1
|
* Include the header files in kitsNed Batchelder2015-08-011-1/+2
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* 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