Skip to content

Commit

Permalink
Add py.typed and package data information
Browse files Browse the repository at this point in the history
Closes #293
  • Loading branch information
brandonwillard committed Sep 23, 2023
1 parent ff4ebb3 commit 7e8bf47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file added outlines/py.typed
Empty file.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ content-type = "text/markdown"
[tool.setuptools]
packages = ["outlines"]

[tool.setuptools.package-data]
"outlines" = ["py.typed"]

[tool.setuptools.packages.find]
where = ["outlines"]

[tool.setuptools_scm]
write_to = "outlines/_version.py"

Expand Down

0 comments on commit 7e8bf47

Please sign in to comment.