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

Convert packaging lesson to use pyproject.toml instead #235

Closed willGraham01 closed 7 months ago

willGraham01 commented 7 months ago

Closes #234 |

Updates the week 7 notes on packaging to use pyproject.toml rather than setup.py.

Assumes that notebooks are still running on the original directory structure. Also throws in a mention that some major packages might not have switched from setup.py to pyproject.toml: in which case students should see some similarities between the two formats and fields used in each.