aai-institute / aai-institute/pyDVL
Move from `setup.py` to `pyproject.toml`
- Lenguaje dominante
- Python
- Estrellas
- 146
- Forks
- 10
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Now that `pyproject.toml` is the standard and it can almost everything that can be done with `setup.py`, we should consider using it exclusively. The main thing with `pyproject.toml` is it is declarative as opposed to `setup.py` which is procedural.
The switch would additionally open the door to using other tools such as [hatch](https://github.com/pypa/hatch) to (See [here](https://hatch.pypa.io/1.12/why/) for a list and description of its advantages over setuptools and other tools)
At the very least we could move all the static metadata (e.g. package name, authors, description, license) from `setup.py` to `pyproject.toml`.
Guía de contribución
Línea de trabajo
Examine the existing setup.py to understand the current build configuration. Research pyproject.toml standards and how to migrate static metadata (package name, authors, description, license). Verify compatibility with the project's packaging and dependency management. Test the new configuration by building and installing the package locally.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- build-system
- Tipo de issue
- Refactorización
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 55/100