Skip to content

Commit b64ef0a

Browse files
authored
PEP639 License (#31)
1 parent 5b820b4 commit b64ef0a

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
@@ -3,7 +3,8 @@ name = "ndevio"
33
dynamic = ["version"]
44
description = "Read, write, and manage images in napari"
55
readme = "README.md"
6-
license = {file = "LICENSE"}
6+
license = "BSD-3-Clause"
7+
license-files = ["LICENSE"]
78
authors = [
89
{name = "Tim Monko"},
910
{email = "timmonko@gmail.com"},
@@ -12,7 +13,6 @@ classifiers = [
1213
"Development Status :: 2 - Pre-Alpha",
1314
"Framework :: napari",
1415
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: BSD License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)