probabl-ai / skore

Skore lets you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
https://probabl-ai.github.io/skore/
MIT License
70 stars 7 forks source link

fix(license): Fix license tag in pyproject.toml #677

Closed augustebaum closed 1 week ago

augustebaum commented 1 week ago

Fixes https://github.com/probabl-ai/skore/issues/559

The badge in the Readme should be fixed once this commit is released on PyPI.

augustebaum commented 1 week ago

The PyPI page section is still a bit strange (it spells out the license even though it says it's MIT): 2024-11-05T17_37_27_screenshot

This is because the license is marked as dynamic in pyproject.toml.

thomass-dev commented 1 week ago

The PyPI page section is still a bit strange (it spells out the license even though it says it's MIT): 2024-11-05T17_37_27_screenshot

This is because the license is marked as dynamic in pyproject.toml.

It's because the content of the LICENSE file is append to the classifier/tag.