fair-research / bdbag

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

Replace runtime dependency on setuptools.pkg_resources. #40

Closed mikedarcy closed 1 year 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.