-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (38 loc) · 1.06 KB
/
Copy pathpyproject.toml
File metadata and controls
49 lines (38 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[project]
name = "dectalk"
version = "0.0.7"
authors = [
{ name="m", email="m@sirabella.org" },
]
description = "dectalk tts engine in python"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
]
license = "AGPL-3.0"
license-files = ["LICENSE"]
[project.urls]
Homepage = "https://github.com/mjsir911/dectalk.py"
Issues = "https://github.com/mjsir911/dectalk.py/issues"
[build-system]
requires = ["py-build-cmake"]
build-backend = "py_build_cmake.build"
[tool.py-build-cmake.cmake]
source_path = "dectalk"
options = { "CMAKE_INSTALL_LIBDIR" = "dectalk/", "USE_PULSEAUDIO" = false, "USE_ALSA" = false }
[tool.py-build-cmake.sdist]
include = ["dectalk"]
exclude = [
"dectalk/src/docs/**", # exclude docs recursively
"dectalk/src/samples/**", # exclude samples
"dectalk/src/help/**",
"dectalk/src/hardware/**",
"dectalk/src/Installation/**",
"dectalk/src/microsoft/**",
"dectalk/src/tools/**",
"dectalk/.git/**",
]
[tool.py-build-cmake.module]
directory = "src"
# namespace=true