mesh-adaptation / goalie

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

Expand `pyproject.toml` #148

Closed jwallwork23 closed 3 months ago

jwallwork23 commented 3 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.