Skip to content

Commit

Permalink
add py.typed, simplify pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Apr 5, 2024
1 parent 0f410e9 commit b97bb4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,7 @@ version = { attr = "olmo_core.version.VERSION" }
[tool.setuptools.packages.find]
where = ["src"]
include = ["olmo_core*"]
exclude = [
"*.tests",
"*.tests.*",
"tests.*",
"tests",
"test_fixtures",
"test_fixtures.*",
"docs*",
"scripts*",
]
exclude = []

[tool.black]
line-length = 115
Expand Down
Empty file added src/olmo_core/py.typed
Empty file.

0 comments on commit b97bb4a

Please sign in to comment.