Skip to content

Commit f178453

Browse files
committed
Update Readme and Version
1 parent a575cb1 commit f178453

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ print(markdown.markdown('![!description](/img/pic1.png)', extensions=[LightGalle
3737
## Install
3838

3939
```bash
40-
$ cd lightgallery-markdown
41-
42-
$ python setup.py install
40+
$ pip install lightgallery
4341
```
4442

4543
## How to make it works with Mkdocs

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# Read the content of the README.md file as long_description
55
root_directory = path.abspath(path.dirname(__file__))
66
with open(path.join(root_directory, 'README.md'), encoding='utf-8') as readme_file:
7-
readme_content = readme_file.read()
7+
readme_content = readme_file.read()
88

99
# Package Definition
1010
setup(
1111
name='lightgallery',
12-
version='0.1.2',
12+
version='0.5',
1313
author='Gauthier Provost',
1414
author_email='[email protected]',
1515
description='Markdown extension to wrap images in lightbox/lightgallery',

0 commit comments

Comments
 (0)