mkleehammer / pyodbc

Python ODBC bridge
https://github.com/mkleehammer/pyodbc/wiki
MIT No Attribution
2.88k stars 562 forks source link

Correct the install location of `pyodbc.pyi`. #1146

Closed dh377 closed 1 year ago

dh377 commented 1 year ago

Use package* keyword and correct the installation location of pyodbc.pyi instead of the deprecated data_files keyword usage. This PR is the direct solution of #925.

keitherskine commented 1 year ago

Many thanks for this, @dh377 . It'll be good to get pyodbc.pyi in the right place at last. I checked pyodbc.pyi was included in all the wheels and sdist, and was installed into the site-packages folder.

JasonMendoza2008 commented 1 year ago

When will a release of the package include this PR? It is an update a lot of people are eagerly awaiting. Thanks for the fix :)

JasonMendoza2008 commented 1 year ago

Any news about the release of this package? Still not automatically installed when running pip install pyodbc.

schlich commented 11 months ago

@dh377 any tips? it seems like this was merged into main, was there a problem with the package deployment?

JasonMendoza2008 commented 11 months ago

Still not deployed, I don't know why.