summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Twomey <micktwomey@gmail.com>2013-10-10 01:17:32 +0100
committerMichael Twomey <micktwomey@gmail.com>2013-10-10 01:17:32 +0100
commit0912257149c969fae013f4e24c531de5ce8d14e0 (patch)
tree6be34af00f5c05a0641690cea331b43c6fe14226
parent2c3931eb2074df93d8a1c61c27352e7262b7fe49 (diff)
parentfb0f23bf3ae1531bf778a279f27ac6e775d6f83f (diff)
downloadpyiso8601-0912257149c969fae013f4e24c531de5ce8d14e0.tar.gz
Merged in cdown/pyiso8601 (pull request #1)
Make the inclusion of seconds optional in the date format.
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4faaedc..c861b28 100644
--- a/setup.py
+++ b/setup.py
@@ -63,4 +63,8 @@ setup(
url="https://bitbucket.org/micktwomey/pyiso8601",
packages=["iso8601"],
license="MIT",
+ classifiers=[
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 3",
+ ],
)