hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.57k stars 270 forks source link

Add LICENSE to PyPi sdist #202

Closed YannickEttwein closed 8 months ago

YannickEttwein commented 8 months ago

Hello,

I recently noticed that the sdist for hyperopt-sklearn version 0.1.0 on PyPi does not include the LICENSE.txt file. Including the license file in the sdist is important for compliance and clarity regarding the terms under which the software is distributed.

Could you please include the LICENSE.txt file in the PyPi sdist for future releases? This small addition would greatly assist users in understanding the licensing terms and ensure proper usage within their projects.

Thank you for your continued work on hyperopt-sklearn.

Cheers, Yannick

mandjevant commented 8 months ago

The PyPi page is highly outdated. Additionally, I don't have access to it. I suggest installation from github repository directly, using pip: pip install git+https://github.com/hyperopt/hyperopt-sklearn

On this repository, the license is available.