diff options
Diffstat (limited to 'package/python-xlwt/Config.in')
-rw-r--r-- | package/python-xlwt/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-xlwt/Config.in b/package/python-xlwt/Config.in new file mode 100644 index 0000000000..a48ac6fb70 --- /dev/null +++ b/package/python-xlwt/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_XLWT + bool "python-xlwt" + help + Library to create spreadsheet files compatible with MS Excel + 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, + 2.7, 3.3+. + + http://www.python-excel.org/ |