Replace pkg_resources.get_distribution with importlib-metadata

This commit is contained in:
Anthony Sottile 2018-10-14 12:24:59 -07:00
parent 9c37473256
commit ebe5132576
5 changed files with 20 additions and 7 deletions

View file

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