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
5cbf5de128e4
parent
e0a34d0b4e61
branch
default
tags
0.3.0

prepare version 0.3.0

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
e0a34d0b4e61
build-dir = doc/doctest/
9
e0a34d0b4e61
fresh-env = True
10
e0a34d0b4e61
source-dir = doc/source/
11
e0a34d0b4e61
12
9827f80818dc
[sdist]
13
9827f80818dc
formats = bztar,zip