mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-27 15:31:41 +00:00
chore: use pyproject.toml
This commit is contained in:
parent
bc4158fc10
commit
4fcc6e5be2
3
bindings/Python/.gitignore
vendored
Normal file
3
bindings/Python/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
3
bindings/Python/pyproject.toml
Normal file
3
bindings/Python/pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
7
bindings/Python/setup.cfg
Normal file
7
bindings/Python/setup.cfg
Normal file
@ -0,0 +1,7 @@
|
||||
[metadata]
|
||||
name = judger
|
||||
version = 2.2.0
|
||||
description = python wrapper of libjudger
|
||||
|
||||
[options]
|
||||
packages = find:
|
@ -1,6 +0,0 @@
|
||||
# coding=utf-8
|
||||
from distutils.core import setup, Extension
|
||||
|
||||
setup(name='judger',
|
||||
version='2.1',
|
||||
packages=["_judger"])
|
Loading…
Reference in New Issue
Block a user