2023-08-22 02:04:00 +01:00
|
|
|
[project]
|
|
|
|
name = "nvda_voicemeeter"
|
2023-09-23 16:36:48 +01:00
|
|
|
version = "0.4.0"
|
2023-08-22 02:04:00 +01:00
|
|
|
description = "A Voicemeeter app compatible with NVDA"
|
|
|
|
authors = [
|
2023-09-06 16:20:04 +01:00
|
|
|
{ name = "onyx-and-iris", email = "code@onyxandiris.online" },
|
2023-08-22 02:04:00 +01:00
|
|
|
]
|
|
|
|
dependencies = [
|
|
|
|
"pysimplegui>=4.60.5",
|
|
|
|
"pyparsing>=3.1.1",
|
2023-09-06 16:20:04 +01:00
|
|
|
"voicemeeter-api>=2.4.9",
|
2023-08-22 02:04:00 +01:00
|
|
|
]
|
2023-09-14 08:43:15 +01:00
|
|
|
requires-python = ">=3.10,<3.12"
|
2023-08-22 02:04:00 +01:00
|
|
|
readme = "README.md"
|
2023-09-06 16:20:04 +01:00
|
|
|
|
|
|
|
[project.license]
|
|
|
|
text = "MIT"
|
2023-08-22 02:04:00 +01:00
|
|
|
|
2023-08-23 00:28:11 +01:00
|
|
|
[tool.pdm.dev-dependencies]
|
|
|
|
build = [
|
|
|
|
"pyinstaller>=5.1",
|
|
|
|
]
|
2023-08-27 21:03:36 +01:00
|
|
|
lint = [
|
|
|
|
"black>=23.7.0",
|
|
|
|
"flake8>=6.1.0",
|
|
|
|
]
|
2023-08-28 12:11:48 +01:00
|
|
|
test = [
|
|
|
|
"psgdemos>=1.12.1",
|
|
|
|
]
|
2023-08-26 09:43:33 +01:00
|
|
|
|
2023-09-06 16:20:04 +01:00
|
|
|
[tool.pdm.scripts.build]
|
|
|
|
shell = "build.ps1"
|