mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-01 09:51:41 +00:00
72a387336a
add tests
6 lines
130 B
Python
6 lines
130 B
Python
# coding=utf-8
|
|
from distutils.core import setup, Extension
|
|
|
|
setup(name='_judger',
|
|
version='2.1',
|
|
packages=["_judger"]) |