add MIT License or something

This commit is contained in:
xenofem 2024-01-23 21:06:56 -05:00
parent a825162dee
commit b437fcc79e
2 changed files with 22 additions and 0 deletions

View file

@ -1,6 +1,9 @@
[project]
name = "dlibrary"
version = "0.1"
description = "Cataloging tool and viewer for downloaded DLSite purchases"
license = {file = "LICENSE"}
authors = [{name = "xenofem"}]
dependencies = [
"requests",
"PyMuPDF",