summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* build: include lab/* in the sdistNed Batchelder2022-01-201-1/+1
|
* build: use pip-tools to manage *.pip from *.inNed Batchelder2021-10-241-2/+2
| | | | | The requires.io site stopped working for me, and this is a more automated process anyway.
* build: remove needless excludesNed Batchelder2021-05-021-3/+0
| | | | | Unfortunately, excluding files that don't exist causes warnings. So try to keep the list as accurate as possible.
* tox_wheels.ini was deleted in NovemberNed Batchelder2021-01-101-1/+0
|
* Remove unneeded CI and kitting supportNed Batchelder2020-11-281-2/+2
| | | | | | | | | We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally
* Better auto-spelling of contributors' namesNed Batchelder2019-11-111-0/+1
|
* Save copies of support files so we can view gold files properlyNed Batchelder2019-10-131-4/+4
|
* Improve doc toolingNed Batchelder2019-08-111-1/+1
|
* A script to upload release notes to TideliftNed Batchelder2019-05-191-1/+1
|
* A .readthedocs.yml fileNed Batchelder2019-05-051-0/+1
|
* Explain a bit about the thinking behind the MANIFESTNed Batchelder2019-04-111-0/+5
|
* Rename farm to gold, since that's what it isNed Batchelder2018-11-181-1/+1
|
* Remove test_farm.pyNed Batchelder2018-11-181-1/+0
|
* Include doc image files in the sdistNed Batchelder2018-09-281-1/+1
|
* ObsoleteNed Batchelder2018-08-241-1/+0
|
* No need to prune things we never includedNed Batchelder2018-06-301-2/+0
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* 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
| | | | | --HG-- rename : AUTHORS.txt => CONTRIBUTORS.txt
* 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
| | | | | | --HG-- rename : doc/requirements.txt => doc/requirements.pip rename : requirements.txt => requirements.pip
* 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
| | | | | --HG-- rename : doc/branches.py => lab/branches.py
* 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
| | | | | --HG-- rename : CHANGES => CHANGES.txt
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+7