KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
8 stars 1 forks source link

Align Pip package metadata with the current specification #155

Open popescu-v opened 7 months ago

popescu-v commented 7 months ago

Description

Currently, Pip package metadata is specified in the setup.py file and contains a set of metadata fields, some of which are in line with the current Python package core metadata specification: https://packaging.python.org/en/latest/specifications/core-metadata/ .

The goal of this issue is to make all metadata fields conformant to the Python package core metadata specification.

Questions/Ideas