Skip to content

Commit 6bd4920

Browse files
authored
Update setup.py
1 parent db311dd commit 6bd4920

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def get_version():
8888
"Programming Language :: Python :: 3.12",
8989
"Operating System :: OS Independent",
9090
"Topic :: Scientific/Engineering :: Artificial Intelligence",
91+
"Typing :: Typed",
9192
],
9293
platforms="Posix; MacOS X; Windows",
9394
packages=packages,
@@ -97,4 +98,5 @@ def get_version():
9798
extras_require=extras_require,
9899
include_package_data=True,
99100
zip_safe=False,
101+
package_data={"generativeai": ["py.typed"]},
100102
)

0 commit comments

Comments
 (0)