summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2009-07-24 22:30:36 +0200
committerMarcel Hellkamp <marc@gsites.de>2009-07-24 22:30:36 +0200
commit1c15aaf2ee01dc11662e2c02c072e8d218012c6e (patch)
tree3cda74e5c7cc38e87b65a206cb936be78203f6e8 /setup.py
parent30c1dfcf354e756ebe3454f5697bcaa0c48419a1 (diff)
downloadbottle-1c15aaf2ee01dc11662e2c02c072e8d218012c6e.tar.gz
Made bottle work with python >= 2.6 and python >= 3.0. Dropped support for python <= 2.5 and lower. Sorry.0.4.14
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 2bb21db..b5a2a3a 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,8 @@ setup(name='bottle',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
'Topic :: Software Development :: Libraries :: Application Frameworks',
- 'Programming Language :: Python :: 2']
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 3']
)