Skip to content

Commit 3be41eb

Browse files
Update requirements and version number to 0.0.3
Signed-off-by: Kevin Putnam <[email protected]>
1 parent a03fa73 commit 3be41eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="sphinx-md",
8-
version="0.0.2",
8+
version="0.0.3",
99
author="Kevin Putnam",
1010
author_email="[email protected]",
1111
description="Sphinx extension to use with Recommonmark to fix links to rst from md, links to md from rst, and links to embedded files and dirs.",
@@ -19,4 +19,5 @@
1919
"Operating System :: OS Independent",
2020
],
2121
python_requires='>=3.6',
22-
)
22+
install_requires=['recommonmark','sphinx-markdown-tables','bs4'],
23+
)

0 commit comments

Comments
 (0)