From b97bb4adf5f66da5a0e3367a3815812c0cfa0c13 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Fri, 5 Apr 2024 08:59:36 -0700 Subject: [PATCH] add py.typed, simplify pyproject.toml --- pyproject.toml | 11 +---------- src/olmo_core/py.typed | 0 2 files changed, 1 insertion(+), 10 deletions(-) create mode 100644 src/olmo_core/py.typed diff --git a/pyproject.toml b/pyproject.toml index 03f94491..b26b8ddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/src/olmo_core/py.typed b/src/olmo_core/py.typed new file mode 100644 index 00000000..e69de29b