diff options
Diffstat (limited to 'nikola/plugins/task/py3_switch.plugin')
| -rw-r--r-- | nikola/plugins/task/py3_switch.plugin | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nikola/plugins/task/py3_switch.plugin b/nikola/plugins/task/py3_switch.plugin new file mode 100644 index 0000000..b0014e1 --- /dev/null +++ b/nikola/plugins/task/py3_switch.plugin @@ -0,0 +1,13 @@ +[Core] +name = py3_switch +module = py3_switch + +[Documentation] +author = Roberto Alsina +version = 1.0 +website = https://getnikola.com/ +description = Beg the user to switch to Python 3 + +[Nikola] +plugincategory = Task + |
