Skip to content

Commit df263fb

Browse files
committed
Added license classifier in pyproject.toml
1 parent b2ab94a commit df263fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools >= 77.0.0", "wheel"]
2+
requires = ["setuptools >= 77.0.3", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -11,6 +11,8 @@ keywords = [
1111
"oracle",
1212
"select ai",
1313
]
14+
license = " UPL-1.0"
15+
license-files = ["LICENSE.txt"]
1416
classifiers = [
1517
"Development Status :: 3 - Alpha",
1618
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)