• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[build-system]
2requires = ["setuptools >= 40.8.0", "wheel"]
3build-backend = "setuptools.build_meta"
4
5[tool.black]
6line-length = 121
7
8[tool.check-manifest]
9ignore = [".travis.yml", "script/*", "*.tex"]
10