Applying Python 3 support patch by Brian Jones.
diff --git a/setup.py b/setup.py
index 654ab46..7fabde7 100644
--- a/setup.py
+++ b/setup.py
@@ -25,8 +25,8 @@
license = "PSF License",
long_description =
"""\
-The dateutil module provides powerful extensions to the standard
-datetime module, available in Python 2.3+.
+The dateutil module provides powerful extensions to the
+datetime module available in the Python standard library.
""",
packages = ["dateutil", "dateutil.zoneinfo"],
package_data={"": ["*.tar.gz"]},