Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
[build-system]
requires = [
"setuptools>=39.2,<72", # later versions do not read 'tests_require' from setup.cfg anymore
"setuptools_scm",
"wheel"
]
build-backend = "setuptools.build_meta"
# pip: no ! does not work in old python 2.7 and not recommended here
# https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html#basic-use