Update pyproject.toml

This commit is contained in:
Wiktor Zykubek 2023-07-10 14:54:42 +02:00
parent 14ece7390a
commit fcc610e2d0
No known key found for this signature in database
GPG Key ID: 0DAA9DC01449FCA2
2 changed files with 15 additions and 3 deletions

4
poetry.lock generated
View File

@ -218,5 +218,5 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.11,<3.12" python-versions = "~3.11"
content-hash = "3f9db3161da7912c09e61981e04830311279e10621ec126c06ef081ec2780032" content-hash = "0acceb32a47a7e8b6581728b40f9f7c47765c61f1a5bd8c2144e8d7252bf9c08"

View File

@ -5,10 +5,22 @@ description = "Qt client for Polish internet radio Open FM."
authors = ["Wiktor Zykubek <wz-git@mailbox.org>"] authors = ["Wiktor Zykubek <wz-git@mailbox.org>"]
license = "ISC" license = "ISC"
readme = "README.md" readme = "README.md"
repository = "https://github.com/wzykubek/openfm-qt"
keywords = ["music", "player", "radio", "desktop", "gui", "qt6"]
classifiers = [
"Environment :: X11 Applications :: Qt",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: ISC License (ISCL)",
"Natural Language :: Polish",
"Operating System :: Unix",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3.11",
"Topic :: Multimedia :: Sound/Audio :: Players"
]
packages = [{include = "openfm_qt"}] packages = [{include = "openfm_qt"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.11,<3.12" python = "~3.11"
requests = "^2.31.0" requests = "^2.31.0"
PySide6 = "^6.5.1.1" PySide6 = "^6.5.1.1"