Skip to content

Commit 0a948d4

Browse files
committed
Update pyproject details
1 parent 9bdc380 commit 0a948d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "childes_processor"
77
authors = [
88
{ name="Zebulon Goriely", email="zebulon.goriely@cl.cam.ac.uk" },
99
]
10-
description = "Library for downloading CHILDES, preprocessing it, and extracting phonetic transcriptions"
10+
description = "Library for downloading CHILDES, preprocessing it, and creating phonemic transcriptions in IPA."
1111
readme = "README.md"
1212
requires-python = ">=3.8"
1313
classifiers = [
@@ -24,8 +24,8 @@ dependencies = [
2424
]
2525
dynamic = ["version"]
2626
[project.urls]
27-
Homepage = "https://github.com/codebyzeb/ipa-childes"
28-
Issues = "https://github.com/codebyzeb/ipa-childes/issues"
27+
Homepage = "https://github.com/codebyzeb/childes-processor"
28+
Issues = "https://github.com/codebyzeb/childes-processor/issues"
2929

3030
[project.scripts]
3131
childes_processor = "childes_processor.main:main"

0 commit comments

Comments
 (0)