-
Notifications
You must be signed in to change notification settings - Fork 31
Use pyproject.toml #110
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
base: main
Are you sure you want to change the base?
Use pyproject.toml #110
Conversation
Without these 4 bytes, Brother machines really hate our PES files.
…s_too Count stop commands as color changes
@kaalleen Any preference on build backend? Hatchling, setuptools or PDM are reasonable choices: |
I think we were using setuptools so far. Maybe that. |
Hatchling and PDM offer ability to build C/C++ dependencies. They may make it easier for new contributors. uv is also gaining popularity, though it is built using rust, review of rust dependencies is not great. Scientific python ecosystem promotes Hatchling at present, will check if any can simplify build process for Ink/Stitch. Maybe upstream pyembroidery has an opinion, there is a possibility of keeping the projects compatible/combining. |
Yes, good idea. I really would want them to stay compatible. |
@bkmgit I rebased our pyembroidery on upstream. |
Closes #107