We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3f363 commit b501091Copy full SHA for b501091
setup.py
@@ -13,7 +13,7 @@ def get_version():
13
setup(
14
name="markdown-it-py",
15
version=get_version(), # import_module("markdown_it").__version__, TODO fix this
16
- description="Python port of markdown-it. Markdown parser, done right!",
+ description="Python port of markdown-it. Markdown parsing, done right!",
17
long_description=open("README.md").read(),
18
long_description_content_type="text/markdown",
19
url="https://github.com/ExecutableBookProject/markdown-it-py",
0 commit comments