Skip to content

Commit

Permalink
Fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Feb 21, 2023
1 parent 9addd3d commit d2bb6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkdocs_rss_plugin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
__author__ = "Julien Moura"
__copyright__ = "2020 - {0}, {1}".format(date.today().year, __author__)
__email__ = "[email protected]"
__license__ = "GNU General Public License v3.0"
__license__ = "MIT"
__summary__ = (
"MkDocs plugin which generates a static RSS feed using git log and page.meta."
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
author=__about__.__author__,
author_email=__about__.__email__,
description=__about__.__summary__,
license="MIT",
license=__about__.__license__,
long_description=README,
long_description_content_type="text/markdown",
project_urls={
Expand Down

0 comments on commit d2bb6a9

Please sign in to comment.