We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9addd3d commit d2bb6a9Copy full SHA for d2bb6a9
mkdocs_rss_plugin/__about__.py
@@ -32,7 +32,7 @@
32
__author__ = "Julien Moura"
33
__copyright__ = "2020 - {0}, {1}".format(date.today().year, __author__)
34
__email__ = "[email protected]"
35
-__license__ = "GNU General Public License v3.0"
+__license__ = "MIT"
36
__summary__ = (
37
"MkDocs plugin which generates a static RSS feed using git log and page.meta."
38
)
setup.py
@@ -52,7 +52,7 @@
52
author=__about__.__author__,
53
author_email=__about__.__email__,
54
description=__about__.__summary__,
55
- license="MIT",
+ license=__about__.__license__,
56
long_description=README,
57
long_description_content_type="text/markdown",
58
project_urls={
0 commit comments