gval icon indicating copy to clipboard operation
gval copied to clipboard

Consolidate configuration files to `pyproject.toml` file

Open fernando-aristizabal opened this issue 6 months ago • 0 comments

Where appropriate, we should consolidate configuration files to pyproject.toml unless some other use is required for the file. Some examples include:

  • setup.cfg
  • .coveragerc
  • config.py: this file may not be necessary at all.
  • requirements.txt: this file could be used directly by pip so possible argument to keep as-is. It could possibly serve a future conda yaml file.

fernando-aristizabal avatar Dec 29 '23 18:12 fernando-aristizabal