Skip to content

Commit c7c4365

Browse files
committed
hepofully fix pypi version graphic
1 parent eff7a73 commit c7c4365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![PyPI Version][pypi-v-image]][pypi-v-link]
22
[![PyPI downloads](https://img.shields.io/pypi/dm/mkdocs-encryptcontent-plugin.svg)](https://pypi.org/project/mkdocs-encryptcontent-plugin)
3-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)'
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44

55
# mkdocs-encryptcontent-plugin
66

documentation/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def create_readme(config, **kwargs):
6969
cur_dir = Path(os.path.dirname(os.path.realpath(__file__)))
7070
pypi_md = """[![PyPI Version][pypi-v-image]][pypi-v-link]
7171
[![PyPI downloads](https://img.shields.io/pypi/dm/mkdocs-encryptcontent-plugin.svg)](https://pypi.org/project/mkdocs-encryptcontent-plugin)
72-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)'
72+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7373
7474
"""
7575
readme_file = cur_dir / Path('../README.md')

0 commit comments

Comments
 (0)