Config.in 252 B

123456789
  1. config BR2_PACKAGE_PYTHON_WEBPY
  2. bool "python-webpy"
  3. select BR2_PACKAGE_PYTHON_CHEROOT # runtime
  4. select BR2_PACKAGE_PYTHON_MARKDOWN # runtime
  5. help
  6. web.py is a web framework for Python that is as simple as it
  7. is powerful.
  8. http://webpy.org/