summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* add GitHub URL for PyPiAndrii Oriekhov2022-03-011-0/+3
* Add Python3.8 and Python3.9 classifieresOz N Tiram2020-12-311-0/+2
* Drop Python version 3.5Oz N Tiram2020-12-311-2/+1
* Drop Python3.4Oz N Tiram2020-12-311-2/+1
* Be more consistent about supporting Python 3.4 to 3.7Sebastian Pipping2019-07-101-1/+1
* Normalized test and build setupMarcel Hellkamp2018-10-251-4/+3
* Remove Python 3.2 and 3.3cclauss2018-07-191-2/+0
* Add Python 3.6 and 3.7 to PyPI pagecclauss2018-07-191-0/+2
* Remove identifiers for Python 2.6 from setup.pyOz N Tiram2016-08-261-4/+2
* Add PyPI classifier for Py 3.4 and 3.5INADA Naoki2016-02-271-0/+2
* Remove 2.5 and 3.1 thingscassiobotaro2015-12-211-24/+20
* Added wheel supportMarcel Hellkamp2014-02-051-1/+4
* Fixed syntax error.Wladston Viana Ferreira Filho2013-04-211-1/+1
* updating setup.py classifiers to show 3.2 and 3.3 supportDustin Collins2013-04-091-1/+4
* Removed 2to3 code and documentation.Marcel Hellkamp2011-11-251-13/+6
* Bottle now doubles as a command-line utility to start applications.Marcel Hellkamp2011-10-011-0/+1
* doc: -bottle.paws.de +bottlepy.orgMarcel Hellkamp2011-03-111-1/+1
* Normalize 'built-in'Jonas Haag2010-08-111-1/+1
* Added tests for server adapters and run() routine.Marcel Hellkamp2010-07-051-1/+1
* Made test.testall.suite importable.Marcel Hellkamp2010-04-081-1/+1
* it's good to have setup.py executableAlexander Solovyov2009-12-191-0/+0
* Workaround for Python 3.0 SyntaxErrors when importing bottle pre-2to3Marcel Hellkamp2009-07-301-6/+10
* Re-added support for Python 2.5Marcel Hellkamp2009-07-301-2/+14
* Changed Homepage linkMarcel Hellkamp2009-07-261-1/+1
* Made bottle work with python >= 2.6 and python >= 3.0. Dropped support for py...0.4.14Marcel Hellkamp2009-07-241-1/+2
* Added Python2 classifier to setup.pyMarcel Hellkamp2009-07-221-1/+2
* Made bottle.__version__ a stringMarcel Hellkamp2009-07-091-1/+1
* Changed package description in setup.py and added MANIFEST to .gitignoreMarcel Hellkamp2009-07-091-1/+2
* Renamed render() to template()Marcel Hellkamp2009-07-071-1/+1
* Lowering projekt name to fit the module name.Marcel Hellkamp2009-07-071-1/+1
* Removed long desc from setup.py (MarkDown and reStructuredText don't mix)Marcel Hellkamp2009-07-071-2/+1
* Added setup scriptMarcel Hellkamp2009-07-071-0/+28