UCL / rsd-engineeringcourse

Course materials for Research Software Engineering course.
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/
Other
108 stars 98 forks source link

Migrate to writing packages with pyproject.toml #234

Closed willGraham01 closed 7 months ago

willGraham01 commented 7 months ago

We should update the course notes to demonstrate how to write an installable package with pyproject.toml instead of setup.py.

See PEP621.