-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Get rid of setup.py
#66
Comments
Dumb question, sorry if I'm missing something obvious: why did you expect this to work? |
I'm trying to add this package to chromebrew, and this is just the default build command it uses if there is a if File.file?('setup.py')
system "python3 setup.py build --executable=/usr/local/bin/python3"
else
system "python3 -m build --wheel --no-isolation"
end I assumed that, given that this logic works for the 50-odd other python packages, that this was the correct command. That being said, I probably should have looked more closely at the readme before submitting this issue, sorry about that. |
Thanks! I'm not a Python packaging expert, and to be honest I have struggled with getting packaging to work smoothly with an up-to-date style. I think what is happening here is that psutils is falling "in the cracks": it's mostly a modern-style package, but it still needs a small I think I should at least be able to reduce the amount of code in |
Indeed, it should be possible with the current version of argparse-manpage (4.5) to remove |
setup.py
(
Debian GNU/Linux trixie/sid x86_64
)The text was updated successfully, but these errors were encountered: