summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2009-07-22 17:06:56 +0200
committerMarcel Hellkamp <marc@gsites.de>2009-07-22 17:06:56 +0200
commitd725cf54fd3355f382f0e43b8666eea26bd7dc10 (patch)
tree2c60b43d80704a8e5a240e5a94faa16ca4777b9f /setup.py
parent893b8d034393bbb803090950794a853f5b8513cc (diff)
downloadbottle-d725cf54fd3355f382f0e43b8666eea26bd7dc10.tar.gz
Added Python2 classifier to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f6e569e..2bb21db 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,8 @@ setup(name='bottle',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
- 'Topic :: Software Development :: Libraries :: Application Frameworks']
+ 'Topic :: Software Development :: Libraries :: Application Frameworks',
+ 'Programming Language :: Python :: 2']
)