We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b820b4 commit b64ef0aCopy full SHA for b64ef0a
pyproject.toml
@@ -3,7 +3,8 @@ name = "ndevio"
3
dynamic = ["version"]
4
description = "Read, write, and manage images in napari"
5
readme = "README.md"
6
-license = {file = "LICENSE"}
+license = "BSD-3-Clause"
7
+license-files = ["LICENSE"]
8
authors = [
9
{name = "Tim Monko"},
10
{email = "timmonko@gmail.com"},
@@ -12,7 +13,6 @@ classifiers = [
12
13
"Development Status :: 2 - Pre-Alpha",
14
"Framework :: napari",
15
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
16
"Operating System :: OS Independent",
17
"Programming Language :: Python",
18
"Programming Language :: Python :: 3",
0 commit comments