Now loads config file

This commit is contained in:
Gnarwhal 2024-08-01 01:14:10 +00:00
parent 709d99f729
commit aff77c5cc2
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
2 changed files with 47 additions and 19 deletions

View file

@ -15,6 +15,7 @@ classifiers = [
"Environment :: Console",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
]
requires-python = ">=3.11"
dependencies = [
"pyclip",
]