From 8487cc3fe47cca73e09dc106ee40b23718465b99 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Sun, 15 Jan 2023 21:35:39 +0545 Subject: [PATCH 1/2] add py.typed to package --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 69c54ff3..9aad8419 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,6 +59,9 @@ exclude = tests.* where=src +[options.package_data] +dvc_objects = py.typed + [flake8] ignore= E203, # Whitespace before ':' From e1139b37290140cf24d7492983ba14206c0dfc1e Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Sun, 15 Jan 2023 21:36:09 +0545 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9aad8419..7b6062fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,7 @@ exclude = where=src [options.package_data] -dvc_objects = py.typed +scmrepo = py.typed [flake8] ignore=