From 8cca6f323699ab4562629efb2bdb9af200f19fb9 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 9 Jan 2021 00:58:51 -0800 Subject: [PATCH] add py.typed to package_data --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 914d6f5..6631d5a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='gridlock', url='https://mpxd.net/code/jan/gridlock', packages=find_packages(), package_data={ - 'gridlock': [], + 'gridlock': ['py.typed'], }, install_requires=[ 'numpy',