Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"

[project]
name = "audioface"
version = "0.0.0"
description = "Audioface"
requires-python = ">=3.8"
license = { text = "MIT" }

[project.urls]
Repository = "https://github.com/srobinson/audioface"

[tool.setuptools]
py-modules = ["audioface"]