mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
chore: update project license info (#4857)
This commit is contained in:
parent
b7541180c2
commit
52a12aaf85
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ dynamic = ["version", "readme"]
|
|||
description = "Python-powered, cross-platform, Unix-gazing shell"
|
||||
authors = [{ name = "Anthony Scopatz" }, { email = "scopatz@gmail.com" }]
|
||||
maintainers = [{ name = "Anthony Scopatz" }, { email = "scopatz@gmail.com" }]
|
||||
license = { file = "license" }
|
||||
license = { text = "BSD 2-Clause License" }
|
||||
requires-python = ">=3.8"
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
|
|
Loading…
Add table
Reference in a new issue