1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

Update to use pyproject.toml & setup.cfg

This commit is contained in:
2021-08-17 18:53:56 -05:00
parent 69a82a5162
commit 24b38e4ffe
3 changed files with 51 additions and 49 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 120