Skip to content

Commit

Permalink
Include LICENSE file by default (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst committed Oct 2, 2022
1 parent 3bdac31 commit 4503301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_simple_plugin/plugin.py
Expand Up @@ -148,7 +148,7 @@ class SimplePlugin(BasePlugin):
".bmp", ".tif", ".tiff", ".gif", ".svg", ".jpeg",
".jpg", ".jif", ".jiff", ".jp2", ".jpx", ".j2k",
".j2c", ".fpx", ".pcd", ".png", ".pdf", "CNAME",
".snippet", ".pages"
".snippet", ".pages", "LICENSE"
])),
#
# ### semiliterate
Expand Down

0 comments on commit 4503301

Please sign in to comment.