From dbbc1f2327f77fe618740f0b2bf257c25c17683c Mon Sep 17 00:00:00 2001 From: Eric Kalosa-Kenyon Date: Thu, 14 Oct 2021 17:33:28 -0400 Subject: [PATCH] Made ServoX PEP 561 compliant (see eg. https://github.com/python-poetry/poetry/issues/1338#issuecomment-703737178 https://gist.github.com/br3ndonland/987bdc6263217895d4bf03d0a5ff114c#pytyped) --- pyproject.toml | 2 +- servo/py.typed | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 servo/py.typed diff --git a/pyproject.toml b/pyproject.toml index dcb5827d4..cc873bd49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" packages = [ { include = "servo" }, ] -include = ["README.md", "CHANGELOG.md"] +include = ["README.md", "CHANGELOG.md", "servo/py.typed"] [tool.poetry.dependencies] python = "^3.8" diff --git a/servo/py.typed b/servo/py.typed new file mode 100644 index 000000000..e69de29bb