Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / python-chrono

A Python module for simple and convenient date/time handling

Clone this repository (size: 1.2 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/python-chrono
hg clone ssh://hg@bitbucket.org/erikg/python-chrono

python-chrono / setup.cfg

commit
6889755530a2
parent
1f98391edc83
branch
default

don't include doctest and doctrees in source distributions

1
9827f80818dc
[build_sphinx]
2
9827f80818dc
source-dir = doc/source/
3
9827f80818dc
build-dir = doc/
4
9827f80818dc
fresh-env = True
5
9827f80818dc
6
e0a34d0b4e61
[doctest]
7
e0a34d0b4e61
builder = doctest
8
1f98391edc83
build-dir = doc/
9
e0a34d0b4e61
fresh-env = True
10
e0a34d0b4e61
source-dir = doc/source/
11
e0a34d0b4e61
12
9827f80818dc
[sdist]
13
9827f80818dc
formats = bztar,zip