summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-23Update project's build and package to the newer standarddusoleil1-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-12Add .gitignore, README, and UNLICENSEdusoleil1-0/+10
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>