summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",
+ ],
)