From 9fb8e30a483a9110a137373b551d68b58fc3ce4a Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Thu, 18 Jan 2024 13:03:25 -0500 Subject: [PATCH] Update `py.typed` package data Fixes a small typo that used `shiny =` instead of `shinylive =` --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d9b8a25..ea594c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,7 +57,7 @@ dev = include = shinylive, shinylive.* [options.package_data] -shiny = py.typed +shinylive = py.typed [options.entry_points] console_scripts =