Skip to content

Commit cf9e226

Browse files
authored
Merge pull request #25 from seyong92/main
update badge
2 parents 5b72892 + bac095c commit cf9e226

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PyTSMod
22

33
[![PyPI](https://img.shields.io/pypi/v/pytsmod.svg)](https://pypi.python.org/pypi/pytsmod)
4-
[![Build Status](https://img.shields.io/github/workflow/status/KAIST-MACLab/PyTSMod/Python%20package)](https://github.com/KAIST-MACLab/PyTSMod/actions/workflows/python-package.yml)
4+
[![Build Status](https://img.shields.io/github/actions/workflow/status/KAIST-MACLab/PyTSMod/.github%2Fworkflows%2Fpython-package.yml)](https://github.com/KAIST-MACLab/PyTSMod/actions/workflows/python-package.yml)
55
![Python](https://img.shields.io/pypi/pyversions/pytsmod.svg)
66
![license](https://img.shields.io/github/license/KAIST-MACLab/PyTSMod.svg)
77
![downloads](https://img.shields.io/pypi/dm/pytsmod.svg)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "An open-source Python library for audio time-scale modification."
55
authors = ["Sangeon Yong <koragon2@kaist.ac.kr>"]
66
license = "GPL-3.0"
77
readme = "README.md"
8-
packages = [{include = "pyptsmod"}]
98

109
[tool.poetry.dependencies]
1110
python = ">=3.8,<3.13"

0 commit comments

Comments
 (0)