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.
 
 
 
 
 

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"]