return of the datafiles and a lot of code reformats!

This commit is contained in:
elburg 2023-03-14 15:01:21 -07:00
parent 0ecd2159dd
commit 5cbeb949ea
Signed by: elburg
SSH key fingerprint: SHA256:rSSayCr1za9SXPz4fKkUtsxSl1yVSk5XVUKfvuxe8o0
8 changed files with 120 additions and 91 deletions

View file

@ -17,16 +17,13 @@ keywords = [
"fetch",
"sqlite3"
]
requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 1 - Planning",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
@ -40,8 +37,16 @@ classifiers = [
"Topic :: System :: Networking",
"Topic :: Utilities"
]
dependencies = [
"PyYAML"
]
[project.urls]
"Homepage" = "https://basedwa.re/elburg/owo"
"Repository" = "https://basedwa.re/elburg/owo.git"
"Bug Tracker" = "https://basedwa.re/elburg/owo/issues"
"Bug Tracker" = "https://basedwa.re/elburg/owo/issues"i
[project.optional-dependencies]
ALL = [ # ONLY FOR SERVERS OR BIG COMPUTERS
"yt-dlp"
]