Browse Source

Adding pyproject.toml

test_fixup
Vadim Lebedev 2 years ago
parent
commit
72fdfa438b
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      pyproject.toml

+ 7
- 0
pyproject.toml View File

@@ -0,0 +1,7 @@
# See https://setuptools.readthedocs.io/en/latest/build_meta.html

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

Loading…
Cancel
Save