summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 61c4eab..250c3e0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
from distutils.core import setup
-setup(name="dateutil",
+setup(name="python-dateutil",
version = "0.1",
description = "Extensions to the standard python 2.3+ datetime module",
author = "Gustavo Niemeyer",