Skip to content

Commit d2bb6a9

Browse files
committed
Fix license
1 parent 9addd3d commit d2bb6a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs_rss_plugin/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
__author__ = "Julien Moura"
3333
__copyright__ = "2020 - {0}, {1}".format(date.today().year, __author__)
3434
__email__ = "[email protected]"
35-
__license__ = "GNU General Public License v3.0"
35+
__license__ = "MIT"
3636
__summary__ = (
3737
"MkDocs plugin which generates a static RSS feed using git log and page.meta."
3838
)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
author=__about__.__author__,
5353
author_email=__about__.__email__,
5454
description=__about__.__summary__,
55-
license="MIT",
55+
license=__about__.__license__,
5656
long_description=README,
5757
long_description_content_type="text/markdown",
5858
project_urls={

0 commit comments

Comments
 (0)