ApplicationInsights-Python icon indicating copy to clipboard operation
ApplicationInsights-Python copied to clipboard

Update setup.py for correct package_data

Open lewism77 opened this issue 8 months ago • 0 comments

This corrects the package_data block such that py.typed applies to all modules instead of a non-existent py.typed module.

This will allow correct typing for consumers of the package.

Related to PEP 561.

lewism77 avatar May 08 '25 01:05 lewism77