return of the datafiles and a lot of code reformats!
This commit is contained in:
parent
0ecd2159dd
commit
5cbeb949ea
8 changed files with 120 additions and 91 deletions
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue