summaryrefslogtreecommitdiffstats
path: root/pyproject.toml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-23Update project's build and package to the newer standarddusoleil1-0/+22
Currently, the standard way to build and package a Python project is through a pyproject.toml file rather than the old setup.py. This is also build back-end agnostic and we can choose to use something other than setuptools. After looking through a few options, I've decided to use hatchling. Signed-off-by: dusoleil <howcansocksbereal@gmail.com> Reviewed-by: Malfurious <m@lfurio.us>