File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ # see: https://peps.python.org/pep-0561/
Original file line number Diff line number Diff line change 3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
6
+ # You may obtain a copy of the License at:
7
7
#
8
8
# http://www.apache.org/licenses/LICENSE-2.0
9
9
#
@@ -88,6 +88,7 @@ def get_version():
88
88
"Programming Language :: Python :: 3.12" ,
89
89
"Operating System :: OS Independent" ,
90
90
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
91
+ "Typing :: Typed" ,
91
92
],
92
93
platforms = "Posix; MacOS X; Windows" ,
93
94
packages = packages ,
@@ -97,4 +98,5 @@ def get_version():
97
98
extras_require = extras_require ,
98
99
include_package_data = True ,
99
100
zip_safe = False ,
101
+ package_data = {"generativeai" : ["py.typed" ]},
100
102
)
You can’t perform that action at this time.
0 commit comments