email-normalize icon indicating copy to clipboard operation
email-normalize copied to clipboard

Invalid dash-separated key 'license-file' in 'metadata' (setup.cfg) Error

Open polatbilek opened this issue 10 months ago • 3 comments

Setuptools create an error of setuptools.errors.InvalidConfigError: Invalid dash-separated key 'license-file' in 'metadata' (setup.cfg), please use the underscore name 'license_file' instead. with current setup.cfg file. You need to switch some kebab cases into snake. To make our project be able to install requirements I forked the project and fixed it (Couldn't find an instruction to how to create a branch and PR for fixes in this project's README, so I forked and fixed) https://github.com/polatbilek/email-normalize

Anyone can create a wheel with command of python setup.py bdist_wheel --universal to create his own wheel package and you can install that package via pip to make email_normalize work again until this problem is fixed.

polatbilek avatar Mar 24 '25 15:03 polatbilek