Skip to content

Commit cf3e48e

Browse files
update license declaration (#98)
* update license declaration Updated license information to Apache-2.0 and added license files. * fix: License classifiers have been superseded by license expressions * Remove OSI Approved license classifier Removed OSI Approved license classifier from pyproject.toml * Remove license-files from pyproject.toml Remove license-files entry from pyproject.toml
1 parent 5eaa3bd commit cf3e48e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ version = "0.5.2"
1010
description = "Retrieve gpu, cpu, and npu device info and properties from Linux/MacOS with zero package dependency."
1111
readme = { file = "README.md", content-type = "text/markdown" }
1212
requires-python = ">=3"
13-
license = { file = "LICENSE" }
13+
license = "Apache-2.0"
1414
authors = [
1515
{ name = "ModelCloud", email = "qubitium@modelcloud.ai" },
1616
]
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
19-
"License :: OSI Approved :: Apache Software License",
2019
"Operating System :: OS Independent",
2120
]
2221
keywords = [

0 commit comments

Comments
 (0)