Skip to content

Commit

Permalink
update setup.py and readme for pypi info
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Jun 10, 2022
1 parent d4b23f4 commit b322f7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MkDocs GLightbox

[![PyPI version](https://img.shields.io/pypi/v/mkdocs-glightbox.svg)](https://pypi.org/project/mkdocs-glightbox)
[![PyPI downloads](https://img.shields.io/pypi/dm/mkdocs-glightbox.svg)](https://pypi.org/project/mkdocs-glightbox)

A MkDocs plugin supports image lightbox with [GLightbox](https://github.com/biati-digital/glightbox).

GLightbox is pure Javascript lightbox library with mobile support.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

setup(
name="mkdocs-glightbox",
version="0.1.0",
version="0.1.3",
author="Blueswen",
author_email="blueswen.tw@gmail.com",
url = "https://github.com/biati-digital/glightbox",
url = "https://blueswen.github.io/mkdocs-glightbox",
project_urls = {
"Source": "https://github.com/Blueswen/mkdocs-glightbox",
},
Expand Down

0 comments on commit b322f7c

Please sign in to comment.