Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace distutils with setuptools #51

Open
mophilly opened this issue Jan 2, 2025 · 0 comments
Open

Replace distutils with setuptools #51

mophilly opened this issue Jan 2, 2025 · 0 comments

Comments

@mophilly
Copy link

mophilly commented Jan 2, 2025

As of python 3.10 distutils is no longer supported and is not in the distribution. I have cloned this project and build an updated package with setuptools, and it installs correctly in python 3.12. Testing output on a .docx document saved as “2007” spec was successful.

I would like to contribute the code changes and push another release. Please add me as a maintainer/contributor.

Required changes

  • remove current build and package files
  • Modify setup.py to conform to setuptools
  • Update revision information
  • Produce a new package and upload to pypi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant