jbweston / miniver

Like Versioneer, but smaller
Creative Commons Zero v1.0 Universal
53 stars 10 forks source link

Use lazy imports for setuptools #47

Closed eendebakpt closed 2 years ago

eendebakpt commented 2 years ago

The import of setuptools adds time to the import of pacakges using miniver. If the version is not used (which is often the case), we can eliminate the overhead by making the imports lazy.

jbweston commented 2 years ago

Thanks! Sorry for the delay in getting to this (seems I need to update my GH notification settings!)