fair-research / bdbag

Big Data Bag Utilities
https://fair-research.org
Apache License 2.0
49 stars 23 forks source link

Replace runtime dependency on setuptools.pkg_resources. #40

Closed mikedarcy closed 11 months ago

mikedarcy commented 3 years ago

Look into replacing runtime usage of pkg_resources with importlib. This will simplify runtime dependencies, especially in frozen (e.g., pyinstaller, cx_freeze) environments.