pyproject.toml 199 B

123456789
  1. [build-system]
  2. requires = ["setuptools >= 40.8.0", "wheel"]
  3. build-backend = "setuptools.build_meta"
  4. [tool.black]
  5. line-length = 121
  6. [tool.check-manifest]
  7. ignore = [".github/*", "script/*", "*.tex"]