diff options
Diffstat (limited to 'package/python-decorator/Config.in')
-rw-r--r-- | package/python-decorator/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-decorator/Config.in b/package/python-decorator/Config.in new file mode 100644 index 0000000000..e7ec00cd69 --- /dev/null +++ b/package/python-decorator/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_DECORATOR + bool "python-decorator" + help + Better living through Python with decorators + + https://github.com/micheles/decorator |