kopia lustrzana https://github.com/collective/icalendar
Use license expression for project metadata
rodzic
a3ec07859e
commit
f6b8e3b3aa
|
@ -7,6 +7,7 @@ Changelog
|
|||
Minor changes:
|
||||
|
||||
- Use ``ruff`` to format the source code.
|
||||
- Update project metadata to use License-Expression.
|
||||
|
||||
Breaking changes:
|
||||
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling", "hatch-vcs"]
|
||||
requires = ["hatchling>=1.27.0", "hatch-vcs"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "icalendar"
|
||||
license = { file = "LICENSE.rst", name = "BSD-2-Clause" }
|
||||
# name = "BSD-2-Clause", # TODO: is this the right short key
|
||||
license = "BSD-2-Clause"
|
||||
license-files = ["LICENSE.rst"]
|
||||
keywords = [
|
||||
"calendar",
|
||||
"calendaring",
|
||||
|
|
Ładowanie…
Reference in New Issue