-
Notifications
You must be signed in to change notification settings - Fork 22
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
pyproject.toml? #121
Comments
Hello! I've stumbled upon your project while reading through MyPy release notes and checking out relater PRs. I must tell, I find this python codebase better than in 99% of python projects I've seen written by people who don't use python professionally. I'd like to give you some direction on this issue that you might consider useful. You can start by checking out https://github.com/pypa/hatch This wil also allow to just And https://github.com/ofek/hatch-mypyc, a plugin for Hatch, will allow to compile the project with On top of that, you'll be able to Few things to note: you should rename package name from If you'd like to keep |
Oh, and I forgot to say thank you! ❤️ I want to learn Rust for a long time and this project is definitelly going to be useful as a reference. |
Thank you for the pointers, I will check out hatch now, and update mypy to 1.0 :D The package directory being named |
Hmm, understood. Another option would be to use: https://hatch.pypa.io/latest/config/build/#rewriting-paths However, it will still (probably) require to rename |
I hear this is the Modern(tm) way to define python projects and dependencies?
Seems more sensible than using a shell script to download random package versions o.o
The text was updated successfully, but these errors were encountered: