Update pyproject.toml
This commit is contained in:
parent
14ece7390a
commit
fcc610e2d0
4
poetry.lock
generated
4
poetry.lock
generated
@ -218,5 +218,5 @@ zstd = ["zstandard (>=0.18.0)"]
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.11,<3.12"
|
||||
content-hash = "3f9db3161da7912c09e61981e04830311279e10621ec126c06ef081ec2780032"
|
||||
python-versions = "~3.11"
|
||||
content-hash = "0acceb32a47a7e8b6581728b40f9f7c47765c61f1a5bd8c2144e8d7252bf9c08"
|
||||
|
@ -5,10 +5,22 @@ description = "Qt client for Polish internet radio Open FM."
|
||||
authors = ["Wiktor Zykubek <wz-git@mailbox.org>"]
|
||||
license = "ISC"
|
||||
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"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.11,<3.12"
|
||||
python = "~3.11"
|
||||
requests = "^2.31.0"
|
||||
PySide6 = "^6.5.1.1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user