README: Replace '...?' with 'author'
[update-copyright.git] / setup.py
index 347ab1ecd10c4eb45ce880fd99e3642876f257c3..b605b2e8931ad31b008afb2f2e57245b6b83b22f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+# Copyright (C) 2012-2015 W. Trevor King <wking@tremily.us>
 #
 # This file is part of update-copyright.
 #
@@ -44,6 +44,10 @@ _setup(
         'Operating System :: OS Independent',
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
         'Topic :: Software Development',
         ],
     scripts = ['bin/update-copyright.py'],