Helpers to authenticate and programmatically use external websites.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
200 B

1 year ago
  1. [build-system]
  2. requires = [
  3. "setuptools>=42",
  4. "wheel",
  5. "setuptools_scm[toml]>3.4",
  6. ]
  7. build-backend = "setuptools.build_meta"
  8. [tool.setuptools_scm]
  9. write_to = "src/zolfa/zauth/version.py"