diff --git a/packages/lektor_atom_plugin/lektor_atom.py b/packages/lektor_atom_plugin/lektor_atom.py index 6b021c5..fbbbf4d 100644 --- a/packages/lektor_atom_plugin/lektor_atom.py +++ b/packages/lektor_atom_plugin/lektor_atom.py @@ -1,9 +1,6 @@ # -*- coding: utf-8 -*- - -""" -This is an updated copy of lektor-atom plugin -wich replace deprecated Werkzeug's atom with Pelican's feedgenerator . -""" +# This is an updated copy of lektor-atom plugin +# which replaces the deprecated Werkzeug's atom with Pelican's feedgenerator. import sys import hashlib diff --git a/packages/lektor_atom_plugin/setup.py b/packages/lektor_atom_plugin/setup.py index 4dfd4ae..881989b 100644 --- a/packages/lektor_atom_plugin/setup.py +++ b/packages/lektor_atom_plugin/setup.py @@ -1,9 +1,6 @@ # -*- coding: utf-8 -*- - -""" -This is an updated copy of lektor-atom plugin -wich replace deprecated Werkzeug's atom with Pelican's feedgenerator . -""" +# This is an updated copy of lektor-atom plugin +# which replaces the deprecated Werkzeug's atom with Pelican's feedgenerator. from setuptools import setup