Skip to content

Commit 1b03309

Browse files
authored
chore(python): refine package metadata (#317)
1 parent 9bda380 commit 1b03309

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ build-backend = "maturin"
88
[project]
99
name = "openshell"
1010
dynamic = ["version"]
11-
description = "OpenShell is the runtime environment for autonomous agents"
11+
description = "OpenShell is the safe, private runtime for autonomous AI agents. "
1212
license = "Apache-2.0"
1313
readme = "README.md"
14+
authors = [{ name = "NVIDIA Inc." }]
1415
requires-python = ">=3.12"
1516
dependencies = [
1617
"cloudpickle>=3.0",
@@ -20,11 +21,24 @@ dependencies = [
2021
classifiers = [
2122
"Development Status :: 3 - Alpha",
2223
"Intended Audience :: Developers",
24+
"Intended Audience :: Science/Research",
25+
"Intended Audience :: Information Technology",
2326
"Programming Language :: Python :: 3",
2427
"Programming Language :: Python :: 3.12",
2528
"Programming Language :: Python :: 3.13",
2629
"Programming Language :: Rust",
30+
"License :: OSI Approved :: Apache Software License",
31+
"Topic :: Security",
32+
"Topic :: Scientific/Engineering",
33+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
34+
"Operating System :: POSIX :: Linux",
35+
"Operating System :: MacOS :: MacOS X",
2736
]
37+
keywords = ["agent", "sandbox", "nvidia"]
38+
39+
[project.urls]
40+
source = "https://github.com/NVIDIA/OpenShell"
41+
documentation = "https://docs.nvidia.com/openshell/latest/"
2842

2943
[dependency-groups]
3044
dev = [

0 commit comments

Comments
 (0)