summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-03-18 17:35:27 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-03-18 17:35:27 +0100
commitcf89a0a1597f90a168d820a985d32d9aba010d4d (patch)
tree55f84d63c4e76b93e4f88d3e32f2da8ed17f3ea5 /setup.py
parent571faa2c01506a8533638f1c9adc2903fb8b292f (diff)
downloadpaste-cf89a0a1597f90a168d820a985d32d9aba010d4d.tar.gz
setup.py: paste now supports Python 3 ;-)
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 1566590..56fa9ef 100644
--- a/setup.py
+++ b/setup.py
@@ -115,6 +115,7 @@ For the latest changes see the `news file
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
+ "Programming Language :: Python :: 3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",