Skip to content

Commit b41e85b

Browse files
committed
chore: update os license to surpress warnings
1 parent 9e4105d commit b41e85b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ dynamic = ["version"]
88
description = "vikingdb Python SDK"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = {text = "Apache-2.0"}
11+
license = "Apache-2.0"
1212
keywords = ["vikingdb", "vector", "bytedance", "volcengine", "sdk"]
1313
classifiers = [
1414
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Developers",
16-
"License :: OSI Approved :: Apache Software License",
1716
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.7",
1917
"Programming Language :: Python :: 3.8",
2018
"Programming Language :: Python :: 3.9",
2119
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)