dirhash-python
dirhash-python copied to clipboard
remove unused "import pkg_resources" line
- It brakes the code if
setuptoolspackage is not installed and - It is also unused, since you're getting the version directly from a separate file:
from dirhash.version import __version__
Tell if there's something that I can help with to speedup the release. Cheers.