diff options
-rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -63,4 +63,8 @@ setup( url="https://bitbucket.org/micktwomey/pyiso8601", packages=["iso8601"], license="MIT", + classifiers=[ + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3", + ], ) |