summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added an AUTHORS.txt file.Ned Batchelder2009-12-061-1/+1
| |
* | Massive eol whitespace clean-up.Ned Batchelder2009-12-021-2/+2
| |
* | Mark this as applying to Python 2 and 3 explicitly, since the PyPI home page ↵Ned Batchelder2009-12-011-1/+2
| | | | | | | | has a 'Python 3 Packages' link that looks for Python :: 3.
* | Use Distribute for 3.x, stick with setuptools for 2.xNed Batchelder2009-11-301-27/+18
|/
* Put a teaser for new features in the package docstring.Ned Batchelder2009-11-101-0/+1
|
* Keep line lengths properNed Batchelder2009-09-291-3/+3
|
* Tweaks to the package description.coverage-3.1b1Ned Batchelder2009-09-271-7/+9
|
* Put __version__ back in the main file, and also put the URL in only one ↵Ned Batchelder2009-09-251-2/+2
| | | | place, use it everywhere.
* The best way to get py3k support: same source runs on both, with some ↵Ned Batchelder2009-09-221-5/+1
| | | | contortions.
* Clean up setup.py from the other py3k experiments.Ned Batchelder2009-09-201-9/+1
|
* New theory about how to kit for py3k: coverage3k-* kits are for 3.xNed Batchelder2009-09-201-4/+6
|
* More progress on multi-head kits, though I'm not sure it will work.Ned Batchelder2009-09-181-2/+4
|
* Py3k kitting.Ned Batchelder2009-09-181-0/+10
|
* Py3k: an explicit coverage.py script since setuptools can't make one for us.Ned Batchelder2009-07-091-3/+8
|
* Setup.py should be linted tooNed Batchelder2009-07-091-2/+5
|
* Py3k: no setuptools, so setup.py has to adapt.Ned Batchelder2009-07-091-14/+25
|
* Point to new docs; more doc tweaks.Ned Batchelder2009-06-131-3/+4
|
* Pointer to the repo for PyPI.Ned Batchelder2009-05-171-0/+2
|
* Downloads aren't at nedbatchelder.com any more, they're at PyPI.Ned Batchelder2009-05-161-1/+1
|
* Strange wording in the package metadataNed Batchelder2009-05-161-1/+1
|
* D'oh! Turns out the kits didn't have the htmlfiles assets in them!Ned Batchelder2009-05-141-1/+7
|
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-4/+3
|
* Tweak the description.Ned Batchelder2009-03-071-3/+4
|
* Compute the dev status from the version number, and other minor tweaks.Ned Batchelder2009-03-061-4/+19
|
* Fix up some string continuations.Ned Batchelder2009-03-051-3/+2
|
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+60