@@ -8,9 +8,10 @@ build-backend = "maturin"
88[project ]
99name = " openshell"
1010dynamic = [" version" ]
11- description = " OpenShell is the runtime environment for autonomous agents"
11+ description = " OpenShell is the safe, private runtime for autonomous AI agents. "
1212license = " Apache-2.0"
1313readme = " README.md"
14+ authors = [{ name = " NVIDIA Inc." }]
1415requires-python = " >=3.12"
1516dependencies = [
1617 " cloudpickle>=3.0" ,
@@ -20,11 +21,24 @@ dependencies = [
2021classifiers = [
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 ]
3044dev = [
0 commit comments