Closed jayvdb closed 7 years ago
When configparser backport is installed on Python 2, the RawConfigParser uses unicode keys, which setuptools rejects when they are copied into the package_data dict.
Fixes https://github.com/myint/language-check/issues/30
Nice detective work!
When configparser backport is installed on Python 2, the RawConfigParser uses unicode keys, which setuptools rejects when they are copied into the package_data dict.
Fixes https://github.com/myint/language-check/issues/30