1 Star 1 Fork 1

宇润/cyaron

forked from mirrors_luogu-dev/cyaron 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
Soha Jin 提交于 2019-12-18 01:38 . fix dependencies
#!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='cyaron',
version='0.4.3',
keywords='olympic informatics luogu aqours cyaron lovelive sunshine online judge',
description='CYaRon: Yet Another Random Olympic-iNformatics test data generator, A library for automatically generating test data for Online Judge, Olympic Informatics or automatic application testing',
license='LGPLv3',
url='https://www.luogu.com.cn/',
author='Luogu Development Team',
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
platforms='any',
install_requires=[
# 'pygraphviz',
'xeger',
'colorful>=0.3.5'
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yurunkeji/cyaron.git
[email protected]:yurunkeji/cyaron.git
yurunkeji
cyaron
cyaron
master

搜索帮助