mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-08 11:15:52 +00:00
pyproject: update syntax for licence
This commit is contained in:
parent
ecdd565be4
commit
03d1c4666d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@ description = "Synchronize calendars and contacts"
|
|||
readme = "README.rst"
|
||||
requires-python = ">=3.8"
|
||||
keywords = ["todo", "task", "icalendar", "cli"]
|
||||
license = {text = "ISC"}
|
||||
license = "BSD-3-Clause"
|
||||
license-files = ["LICENSE"]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: Console",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
"Operating System :: POSIX",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
|
|
|
|||
Loading…
Reference in a new issue