Add license to pyproject.toml instead of setup.cfg

This commit is contained in:
Daniel A. Wozniak 2023-11-21 15:26:25 -07:00
parent cb9dd368ee
commit 369b35c670
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,6 @@
[project]
license = {text = "Apache-2.0"}
[tool.black]
exclude= """
/(

View file

@ -1,6 +1,3 @@
[metadata]
license_files = LICENSE
[sdist]
owner = root
group = root