Skip to content

Commit b322f7c

Browse files
committed
update setup.py and readme for pypi info
1 parent d4b23f4 commit b322f7c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# MkDocs GLightbox
22

3+
[![PyPI version](https://img.shields.io/pypi/v/mkdocs-glightbox.svg)](https://pypi.org/project/mkdocs-glightbox)
4+
[![PyPI downloads](https://img.shields.io/pypi/dm/mkdocs-glightbox.svg)](https://pypi.org/project/mkdocs-glightbox)
5+
36
A MkDocs plugin supports image lightbox with [GLightbox](https://github.com/biati-digital/glightbox).
47

58
GLightbox is pure Javascript lightbox library with mobile support.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
setup(
88
name="mkdocs-glightbox",
9-
version="0.1.0",
9+
version="0.1.3",
1010
author="Blueswen",
1111
author_email="[email protected]",
12-
url = "https://github.com/biati-digital/glightbox",
12+
url = "https://blueswen.github.io/mkdocs-glightbox",
1313
project_urls = {
1414
"Source": "https://github.com/Blueswen/mkdocs-glightbox",
1515
},

0 commit comments

Comments
 (0)