16 lines
302 B
TOML
16 lines
302 B
TOML
|
|
||
|
[build-system]
|
||
|
requires = ["setuptools >= 61.0"]
|
||
|
build-backend = "setuptools.build_meta"
|
||
|
|
||
|
[project]
|
||
|
name = "mwmatching"
|
||
|
version = "3.0"
|
||
|
authors = [{name = "Joris van Rantwijk"}]
|
||
|
requires-python = ">= 3.7"
|
||
|
classifiers = [
|
||
|
"License :: OSI Approved :: MIT License",
|
||
|
"Private :: Do Not Upload"
|
||
|
]
|
||
|
|