mesh-adaptation / goalie

Goal-oriented error estimation and mesh adaptation for finite element problems solved using Firedrake
Other
2 stars 0 forks source link

Expand `pyproject.toml` #148

Closed jwallwork23 closed 7 months ago

jwallwork23 commented 8 months ago

It is now recommended practice to use the pyproject.toml file for the build, requirements, and project description.

Doing this would allow us to remove setup.py and requirements.txt.