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 / MANIFEST.in

1
2
3
4
5
6
7
8
9
include AUTHORS
include HACKING
include INSTALL
include LICENSE
include NEWS
recursive-include doc/ *
recursive-include tests/ *.py
prune doc/doctest/
prune doc/doctrees/