代码拉取完成,页面将自动刷新
同步操作将从 六个骨头/PyTex 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
from setuptools import setup, find_packages
import sys
with open("README.md", "r", encoding='UTF-8') as fh:
long_description = fh.read()
extras = {
'docs': ['sphinx'],
'matrices': ['numpy'],
'matplotlib': ['matplotlib'],
'quantities': ['quantities', 'numpy'],
'testing': ['flake8<3.0.0', 'pep8-naming==0.8.2',
'flake8_docstrings==1.3.0', 'pycodestyle==2.0.0',
'pydocstyle==3.0.0', 'pyflakes==1.2.3', 'nose', 'flake8-putty',
'coverage'],
'convert_to_py2': ['3to2', 'future>=0.15.2'],
}
setup(
name="bone-pytex",
version="0.1.7",
keywords=["LaTex", "MarkDown"],
description="一个用来简化LaTex编写的Python库",
long_description=long_description,
long_description_content_type="text/markdown",
license="GPL-3.0 Licence",
url="https://github.com/tczrr1999/PyTex",
author="六个骨头",
author_email="2742392377@qq.com",
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
],
include_package_data=True,
platforms="any",
install_requires=['sympy', 'ordered-set', 'mistune'],
extras_require=extras,
scripts=[],
# entry_points={
# 'console_scripts': [
# 'test = test.help:main'
# ]
# }
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。