lipoja / URLExtract

URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD.
MIT License
241 stars 61 forks source link

Add `py.typed` marker to source and package #164

Open Daverball opened 4 months ago

Daverball commented 4 months ago

You appear to have added type hints, but you are currently not exporting them. You need to add a py.typed marker file to the urlextract directory and include it in the package data (newer versions of pip/setuptools may do this automatically, but it's best to be explicit). Otherwise other packages cannot make use of the type hints.