Use pkg_resources instead of importlib_metadata to get installed version

Removes importlib-metadata as a dependency.
pkg_resources ships with setuptools, so it should be available
in every reasonably-modern Python environment.
This commit is contained in:
Steven Loria 2019-02-03 12:54:54 -05:00
parent 7e2ad215c2
commit d3c2d7cbe2
No known key found for this signature in database
GPG key ID: BD58AFE51359C098
2 changed files with 2 additions and 4 deletions

View file

@ -38,8 +38,6 @@ setup(
'aspy.yaml',
'cfgv>=1.4.0',
'identify>=1.0.0',
# if this makes it into python3.8 move to extras_require
'importlib-metadata',
'nodeenv>=0.11.1',
'pyyaml',
'six',