https://github.com/statycc/pymwp
Raw File
Tip revision: 9e892966da0dfeeea9d6af0821e1277127b81907 authored by caubert on 11 February 2022, 15:34:50 UTC
Commenting and improving the gcd examples.
Tip revision: 9e89296
pyproject.toml
[build-system]
requires = [
    "setuptools>=42",
    "wheel"
]
build-backend = "setuptools.build_meta"
back to top