python-docx2txt icon indicating copy to clipboard operation
python-docx2txt copied to clipboard

Update deprecated 'description-file' in setup.cfg

Open xmedr opened this issue 11 months ago • 4 comments

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)."

xmedr avatar Mar 24 '25 17:03 xmedr

Same issue here

gregoryjflaherty avatar Mar 24 '25 17:03 gregoryjflaherty

@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

logan-markewich avatar Mar 24 '25 17:03 logan-markewich

For additional context you can look here https://github.com/pypa/setuptools/issues/4910

MykolaRomaniv avatar Mar 24 '25 17:03 MykolaRomaniv

Same here. This is currently preventing our build from completing

michael-crowdbotics avatar Mar 24 '25 18:03 michael-crowdbotics