8 lines
335 B

  1. # See https://setuptools.readthedocs.io/en/latest/build_meta.html
  2. [build-system]
  3. # Use setuptools >= 43 because it automatically includes pyproject.toml in source distribution
  4. # Use setuptools >= 46.5 to use attr: package.__version__
  5. # https://setuptools.readthedocs.io/en/latest/history.html#id284
  6. requires = ["setuptools", "wheel"]