Ai
1 Star 1 Fork 1

尘晨·城/ACM-judge-module

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
setup.py 413 Bytes
Copy Edit Raw Blame History
lo authored 2014-06-21 23:04 +08:00 . py3 support
#!/usr/bin/python
#-*coding:utf-8*-
from distutils.core import setup, Extension
sources = [
'lorun/cext/lorun.c', 'lorun/cext/convert.c', 'lorun/cext/access.c',
'lorun/cext/limit.c', 'lorun/cext/run.c', 'lorun/cext/diff.c'
]
setup(name='lorun',
version='1.0.1',
description='loco program runner core',
ext_modules=[Extension('lorun/_lorun_ext', sources=sources)],
packages=['lorun']
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moyu_boy/acm-judge-module.git
git@gitee.com:moyu_boy/acm-judge-module.git
moyu_boy
acm-judge-module
ACM-judge-module
master

Search