Skip to content

Commit 1b05251

Browse files
committed
remove WIP in README
1 parent 53ccc1a commit 1b05251

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ Make a Python implementation of the library so that a Python programmer can foll
1111

1212
Try to keep the interface and variable name consistent with the original book while writing idiomatic Python code.
1313

14-
## Install (WIP)
14+
## Install
1515

1616
`# pip install algs4`
1717

18-
`from algs4 import Stack`
18+
```python
19+
from algs4 import Stack
20+
```
1921

2022
## Index
2123

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616

1717
setup(
1818
name='algs4',
19-
version='1.0.0',
19+
version='1.0.1',
2020
description='A Python implementation library for book algs4',
2121
long_description=long_description,
22+
long_description_content_type='text/markdown',
2223
url='https://github.com/shellfly/algs4-py',
2324
author='shellfly',
2425
author_email='[email protected]',

0 commit comments

Comments
 (0)