We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db311dd commit 6bd4920Copy full SHA for 6bd4920
setup.py
@@ -88,6 +88,7 @@ def get_version():
88
"Programming Language :: Python :: 3.12",
89
"Operating System :: OS Independent",
90
"Topic :: Scientific/Engineering :: Artificial Intelligence",
91
+ "Typing :: Typed",
92
],
93
platforms="Posix; MacOS X; Windows",
94
packages=packages,
@@ -97,4 +98,5 @@ def get_version():
97
98
extras_require=extras_require,
99
include_package_data=True,
100
zip_safe=False,
101
+ package_data={"generativeai": ["py.typed"]},
102
)
0 commit comments