Skip to content

Commit

Permalink
Update Readme and Version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-provost committed Feb 15, 2021
1 parent a575cb1 commit f178453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ print(markdown.markdown('![!description](/img/pic1.png)', extensions=[LightGalle
## Install

```bash
$ cd lightgallery-markdown

$ python setup.py install
$ pip install lightgallery
```

## How to make it works with Mkdocs
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# Read the content of the README.md file as long_description
root_directory = path.abspath(path.dirname(__file__))
with open(path.join(root_directory, 'README.md'), encoding='utf-8') as readme_file:
readme_content = readme_file.read()
readme_content = readme_file.read()

# Package Definition
setup(
name='lightgallery',
version='0.1.2',
version='0.5',
author='Gauthier Provost',
author_email='[email protected]',
description='Markdown extension to wrap images in lightbox/lightgallery',
Expand Down

0 comments on commit f178453

Please sign in to comment.