From 910fbee2336421577c07d6f6b7e4702872afada3 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:06:02 -0400 Subject: [PATCH] chore: add py.typed marker --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 3d598d6b0..e79b26cbf 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,9 @@ "console_scripts": ["brownie=brownie._cli.__main__:main"], "pytest11": ["pytest-brownie=brownie.test.plugin"], }, + package_data={ + "brownie": ["py.typed"], + }, include_package_data=True, python_requires=">=3.10,<4", classifiers=[