summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2011-01-26 09:13:09 +0100
committerMichele Simionato <michele.simionato@gmail.com>2011-01-26 09:13:09 +0100
commit258acc07e0faf2691db298f4456aceef9b0c884d (patch)
tree25945e249b9ada8da8fb9fc6d729dcce0cb91a11 /setup.py
parent8ad682164653a2653db6e0df831b71261d174367 (diff)
downloadpython-decorator-git-258acc07e0faf2691db298f4456aceef9b0c884d.tar.gz
Added Python 3 to the list of supported languages for the decorator module; very minor fix to the docs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 87f4568..8190acd 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ if __name__ == '__main__':
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities'],
use_2to3=True,