Skip to content

Commit 1689cc5

Browse files
doc: update license in pyproject classifiers
1 parent 578c23a commit 1689cc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LayerDM/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = ["Python", "VTK", "ITK", "3DSlicer", "Slicer", "Medical"]
2727
dependencies = ["slicer-core==5.11.0.*"]
2828

2929
classifiers = [
30-
"License :: OSI Approved :: Apache Software License",
30+
"License :: OSI Approved :: BSD License",
3131
"Natural Language :: English",
3232
"Programming Language :: Python",
3333
"Programming Language :: C++",

LayerDMSDK/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = [
2626
keywords = ["Python", "VTK", "ITK", "3DSlicer", "Slicer", "Medical"]
2727

2828
classifiers = [
29-
"License :: OSI Approved :: Apache Software License",
29+
"License :: OSI Approved :: BSD License",
3030
"Natural Language :: English",
3131
"Programming Language :: Python",
3232
"Programming Language :: C++",

0 commit comments

Comments
 (0)