We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd7830 commit 8935d9bCopy full SHA for 8935d9b
1 file changed
pyproject.toml
@@ -1,9 +1,12 @@
1
[tool.poetry]
2
name = "pytsmod"
3
version = "0.2.0"
4
-description = ""
+description = "An open-source Python library for audio time-scale modification."
5
authors = ["Sangeon Yong <koragon2@kaist.ac.kr>"]
6
7
+license = "GPL-3.0"
8
+readme = "README.md"
9
+
10
[tool.poetry.dependencies]
11
python = "^3.6"
12
numpy = "^1.16.0"
0 commit comments