Codebase list django-ipware / debian/latest pyproject.toml
debian/latest

Tree @debian/latest (Download .tar.gz)

pyproject.toml @debian/latestraw · history · blame

1
2
3
4
5
6
[build-system]
requires = [
    "setuptools>=42",
    "wheel"
]
build-backend = "setuptools.build_meta"