Closed keitherskine closed 1 year ago
I saw that when I was making some fixes, but didn't take time to figure out what the right thing to do was. Looks great. Thanks.
@keitherskine I noticed the Appveyor badge is gone from the front page. Any idea why? I'm guessing it was something I did in an earlier commit, but am hoping you see this.
Hi @mkleehammer, Yes, the AppVeyor badge was removed in this commit: https://github.com/mkleehammer/pyodbc/commit/c0961ad025f3b1375fbb206caacfdbb6eec78030
I assumed that was deliberate, but perhaps it wasn't.
A small change, but we are being discouraged from calling
setup.py
directly. Hence, this PR.Note, the
setup.py build
command in appveyor/build_script.cmd wasn't actually needed so I've removed that.Here's the deprecation warning in the AppVeyor output log:
C:\Python311-x64\Lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.