Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-23 | Update project's build and package to the newer standard | dusoleil | 1 | -0/+1 | |
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> | |||||
2023-02-12 | Add .gitignore, README, and UNLICENSE | dusoleil | 1 | -0/+10 | |
Signed-off-by: dusoleil <howcansocksbereal@gmail.com> |