diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-01-24 12:52:32 +0000 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-01-24 12:52:32 +0000 |
commit | a8daf7b49740f5ed7e83d6e5ffba8d9bc7ed37c9 (patch) | |
tree | 3a5210b7eaaf4d734a3a5e51f7713d871b40489f /setup.py | |
parent | 999ed937b18d1014c7e6d3f5734948d38f641431 (diff) | |
download | logutils-git-a8daf7b49740f5ed7e83d6e5ffba8d9bc7ed37c9.tar.gz |
Changes for 0.3.3.0.3.3
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,7 @@ distutils.core.setup( url='http://code.google.com/p/logutils/', description='Logging utilities', long_description = description(), - license='Copyright (C) 2010-2011 by Vinay Sajip. All Rights Reserved. See LICENSE.txt for license.', + license='Copyright (C) 2010-2013 by Vinay Sajip. All Rights Reserved. See LICENSE.txt for license.', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', @@ -51,6 +51,7 @@ distutils.core.setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', + "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", 'Topic :: Software Development', ], |