Skip to content

Commit

Permalink
feat: mark this package as one that includes type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Aug 16, 2023
1 parent 3db105d commit 3675cfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added opaque_keys/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def get_version(*file_paths):
],
# We are including the tests because other libraries do use mixins from them.
packages=find_packages(),
include_package_data=True,
license='AGPL-3.0',
install_requires=load_requirements('requirements/base.in'),
extras_require={
Expand Down

0 comments on commit 3675cfa

Please sign in to comment.