mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add license to pyproject.toml instead of setup.cfg
This commit is contained in:
parent
cb9dd368ee
commit
369b35c670
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
[project]
|
||||
license = {text = "Apache-2.0"}
|
||||
|
||||
[tool.black]
|
||||
exclude= """
|
||||
/(
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[metadata]
|
||||
license_files = LICENSE
|
||||
|
||||
[sdist]
|
||||
owner = root
|
||||
group = root
|
||||
|
|
Loading…
Add table
Reference in a new issue