Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include version.py
include src/onepassword/py.typed
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ def get_shared_library_data_to_include():
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
"Typing :: Typed",
],
cmdclass={"bdist_wheel": bdist_wheel},
package_data={"": get_shared_library_data_to_include()},
package_data={"": get_shared_library_data_to_include(), "onepassword": ["py.typed"]},
install_requires=[
"pydantic>=2.5", # Minimum Pydantic version to run the Python SDK
],
Expand Down
Empty file added src/onepassword/py.typed
Empty file.
Loading