erikg / python-chrono

A Python module for simple and convenient date/time handling

Clone this repository (size: 1.2 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/python-chrono
commit 198: 6889755530a2
parent 197: 1f98391edc83
branch: default
don't include doctest and doctrees in source distributions
Erik Grinaker / erikg
5 months ago

Changed (Δ107 bytes):

raw changeset »

MANIFEST.in (4 lines added, 2 lines removed)

NEWS (1 lines added, 0 lines removed)

Up to file-list MANIFEST.in:

@@ -3,5 +3,7 @@ include HACKING
3
3
include INSTALL
4
4
include LICENSE
5
5
include NEWS
6
recursive-include doc *
7
recursive-include tests *.py
6
recursive-include doc/ *
7
recursive-include tests/ *.py
8
prune doc/doctest/
9
prune doc/doctrees/

Up to file-list NEWS:

@@ -3,6 +3,7 @@ xxxx-xx-xx: 0.3.1
3
3
4
4
Bugfixes:
5
5
6
* Don't include doctest and doctrees data in source distributions
6
7
* Fixed incorrect output for doctest blocks
7
8
8
9
2010-03-09: 0.3.0