xref: /OK3568_Linux_fs/buildroot/package/python-bottle/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_BOTTLE
2	bool "python-bottle"
3	help
4	  Bottle is a fast, simple and lightweight WSGI micro
5	  web-framework for Python. It is distributed as a single file
6	  module and has no dependencies other than the Python
7	  Standard Library.
8
9	  http://bottlepy.org
10