BCG-X-Official / sklearndf

DataFrame support for scikit-learn.
https://bcg-x-official.github.io/sklearndf/
Apache License 2.0
63 stars 7 forks source link

BUILD: move __version__ to sklearndf.__init__ so flit can pick it up #205

Closed j-ittner closed 2 years ago

j-ittner commented 2 years ago

This is to address a new issue with flit.

This PR moves the __version__ declaration to the top-level __init__ file, where flit can pick it up without actually importing the module.

Enabled by BCG-Gamma/pytools#297