Closed David-McKenna closed 8 months ago
setup.cfg
file has experienced some changes, ensuring it reflects the most recent project status and organizational needs:
README.md
. This makes it simpler for people exploring the project, as the README traditionally contains basic information about the project.Good to see the SNR of AI is still terrible, I've no idea how a newline causes it to think that it's a new change that "the Python tests will run in verbose mode". We'll be able to work on all this stuff for at least a bit longer before they take over.
Thanks @David-McKenna -- LGTM!
PS: I swear WTD has been getting worse 🤖
One other quick thing I noticed while working on MR #20 was that
setuptools
was producing a warning regarding the use ofdescription-file
insetup.cfg
, this is visible in the deployment of 1.5.1 here.This MR simply follows their advise and swaps out the
description-file
key todescription_file
to remove the warning.