Skip to content

Commit 03d1c46

Browse files
committed
pyproject: update syntax for licence
1 parent ecdd565 commit 03d1c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ description = "Synchronize calendars and contacts"
1616
readme = "README.rst"
1717
requires-python = ">=3.8"
1818
keywords = ["todo", "task", "icalendar", "cli"]
19-
license = {text = "ISC"}
19+
license = "BSD-3-Clause"
20+
license-files = ["LICENSE"]
2021
classifiers = [
2122
"Development Status :: 4 - Beta",
2223
"Environment :: Console",
23-
"License :: OSI Approved :: BSD License",
2424
"Operating System :: POSIX",
2525
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)