Remove duplicate packaging files; use Hatchling as packaging backend#24
Remove duplicate packaging files; use Hatchling as packaging backend#24akx wants to merge 2 commits intoKittenML:mainfrom
Conversation
|
Great to see that some projects consider modernizing their setup process, thank you Aarni! |
No, it works fine on 3.13 if the Misaki dependency is fixed (my PR #25), likely 3.14 too (when it's out and binary wheels start appearing). |
|
The classifiers in this PR explicitly don't contain 3.13 and 3.14, that's why I asked. FYI https://pythoninsider.blogspot.com/2025/07/python-314-release-candidate-1-is-go.html
|
|
I think the issues are now resolved and this PR just needs to be rebased. |
|
Thanks @ofek. Rebased. |
setup.pyandpyproject.tomlis unnecessary and confusing. The files also had disparate contents (different licenses).requirements.txtis a legacy format (and wasn't read by anything in the repo).MANIFEST.inis not required with the Hatchling build backend.