blob: 0d959177e87a54a97383a5b37b9ff43db5bcd731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[build-system]
requires = [
"wheel", "setuptools",
"chardet",
"lazy-object-proxy",
"lxml",
"pathspec",
"tree-sitter",
"snakeoil @ https://github.com/pkgcore/snakeoil/archive/master.tar.gz#egg=snakeoil",
"pkgcore @ https://github.com/pkgcore/pkgcore/archive/master.tar.gz#egg=pkgcore",
]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra"
testpaths = ["tests"]
|