1 2 3 4 5 6 7 8 9 10 11
[build-system] requires = [ "wheel", "setuptools", "snakeoil @ https://github.com/pkgcore/snakeoil/archive/master.tar.gz", ] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] minversion = "6.0" addopts = "-ra" testpaths = ["tests"]