1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 08:56:17 +00:00

Make build stop complaining

This commit is contained in:
Alban Féron 2024-12-15 12:50:18 +01:00
parent a717a0905e
commit 24a796e19f
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ smartquotes_action = "qe"
primary_domain = None primary_domain = None
highlight_language = "none" highlight_language = "none"
language = None language = "en"
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
@ -41,6 +41,7 @@ html_theme_options = {
"description": supysonic.DESCRIPTION, "description": supysonic.DESCRIPTION,
"github_user": "spl0k", "github_user": "spl0k",
"github_repo": "supysonic", "github_repo": "supysonic",
"github_type": "star",
} }
html_static_path = ["_static"] html_static_path = ["_static"]

View File

@ -61,7 +61,7 @@ install_requires =
watchdog >=0.8.0 watchdog >=0.8.0
zipstream-ng >=1.1.0, <2.0.0 zipstream-ng >=1.1.0, <2.0.0
packages = find: packages = find_namespace:
include_package_data = true include_package_data = true
zip_safe = false zip_safe = false