Acellera / moleculekit

MoleculeKit: Your favorite molecule manipulation kit
Other
198 stars 37 forks source link

chore: move configurations to `pyproject.toml` #124

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 1 year ago

This PR aims to minimize the number of configuration files for the project. Instead of a separate pytest.ini and setup.cfg, we now would have all the configurations within the pyproject.toml file leading to a overall minimal code structure.

stefdoerr commented 1 year ago

Oh great, I was not aware that pytest moved its config to pyproject.toml. Thanks!