代码拉取完成,页面将自动刷新
#!/usr/bin/env python3
from distutils.core import setup
long_description = \
"""This extension adds math formulas support to Python-Markdown_
(works with version 2.6 or newer).
.. _Python-Markdown: https://github.com/waylan/Python-Markdown
You can find the source on GitHub_.
Please refer to the `README file`_ for details on how to use it.
.. _GitHub: https://github.com/mitya57/python-markdown-math
.. _`README file`: https://github.com/mitya57/python-markdown-math/blob/master/README.md
"""
setup(name='python-markdown-math',
description='Math extension for Python-Markdown',
long_description=long_description,
author='Dmitry Shachnev',
author_email='mitya57@gmail.com',
version='0.2',
url='https://github.com/mitya57/python-markdown-math',
py_modules=['mdx_math'],
license='BSD')
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。