Skip to content

Commit

Permalink
Added py.typed metadata file (#238)
Browse files Browse the repository at this point in the history
* Added py.typed metadata file, and into setup.py

* Bumped version one pre-release
  • Loading branch information
jamesbraza authored Mar 2, 2024
1 parent f7c660f commit c418b9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file added paperqa/py.typed
Empty file.
2 changes: 1 addition & 1 deletion paperqa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0-pre.8"
__version__ = "4.0.0-pre.9"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
url="https://github.com/whitead/paper-qa",
license="Apache License 2.0",
packages=["paperqa", "paperqa.contrib"],
package_data={"paperqa": ["py.typed"]},
install_requires=[
"pypdf",
"pydantic>=2",
Expand Down

0 comments on commit c418b9d

Please sign in to comment.