Update deprecated 'description-file' in setup.cfg
Can't install docx2txt with Setuptools verision>=78
See Setuptools changelog :
"Setuptools no longer accepts options containing uppercase or dash characters in setup.cfg. Please ensure to write the options in setup.cfg using the lower_snake_case convention (e.g. Name => name, install-requires => install_requires). This is a follow-up on deprecations introduced in v54.1.0 (see https://github.com/pypa/setuptools/issues/1608) and v54.1.1 (see https://github.com/pypa/setuptools/issues/2592)."
Same issue here
@ankushshah89 are you still around to help release a small patch for this? I can open a PR too, but I think you'll still need to merge it
For additional context you can look here https://github.com/pypa/setuptools/issues/4910
Same here. This is currently preventing our build from completing