You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sdk/pyproject.toml:47 declares setuptools.packages.find but no [tool.setuptools.package-data]. py.typed and the generated .pyi stubs may not end up in the built wheel, contradicting the "Typing :: Typed" classifier.
Description
sdk/pyproject.toml:47declaressetuptools.packages.findbut no[tool.setuptools.package-data].py.typedand the generated.pyistubs may not end up in the built wheel, contradicting the "Typing :: Typed" classifier.Acceptance criteria
[tool.setuptools.package-data] opendecree = ["py.typed", "_generated/**/*.pyi"]py.typedis present