代码拉取完成,页面将自动刷新
import pathlib
from setuptools import setup, find_packages
setup(
name='graphviz',
version='0.20.4.dev0',
author='Sebastian Bank',
author_email='sebastian.bank@uni-leipzig.de',
description='Simple Python interface for Graphviz',
keywords='graph visualization dot render',
license='MIT',
url='https://github.com/xflr6/graphviz',
project_urls={
'Documentation': 'https://graphviz.readthedocs.io',
'Changelog': 'https://graphviz.readthedocs.io/en/latest/changelog.html',
'Issue Tracker': 'https://github.com/xflr6/graphviz/issues',
'CI': 'https://github.com/xflr6/graphviz/actions',
'Coverage': 'https://codecov.io/gh/xflr6/graphviz',
},
packages=find_packages(),
platforms='any',
python_requires='>=3.9',
extras_require={
'dev': ['tox>=3', 'flake8', 'pep8-naming', 'wheel', 'twine'],
'test': ['pytest>=7,<8.1', # https://github.com/pytest-dev/pytest/issues/12123
'pytest-mock>=3',
'pytest-cov', 'coverage'],
'docs': ['sphinx>=5,<7',
'sphinx-autodoc-typehints',
'sphinx-rtd-theme>=0.2.5'],
},
long_description=pathlib.Path('README.rst').read_text(encoding='utf-8'),
long_description_content_type='text/x-rst',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Scientific/Engineering :: Visualization',
],
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。