Skip to content

Switch to using `pyproject.toml`

Andrew Rosen requested to merge pyproject into master

Checklist

I switched to predominantly using pyproject.toml. A few things:

  1. I haven't yet translated the cmdclass from setup.py to pyproject.toml, so I left that in setup.py for now. Looks like you can do so as described here, but my first attempt failed.
  2. Is it really necessary to be shipping the ase/test/testdata with the package by default? Is the ability to run tests without cloning the repo a greater benefit than increased package size?
Edited by Andrew Rosen

Merge request reports