2
from distutils.core import setup
4
setup(name="python-dateutil",
6
description = "Extensions to the standard python 2.3+ datetime module",
7
author = "Gustavo Niemeyer",
8
author_email = "niemeyer@conectiva.com",
9
url = "https://moin.conectiva.com.br/DateUtil",
10
license = "PSF License",
13
The dateutil module provides powerful extensions to the standard
14
datetime module, available in Python 2.3+.
16
packages = ["dateutil"],