From abf3560b22f5f2cfa55d8abc5e0345ed0b4a7fc4 Mon Sep 17 00:00:00 2001 From: Michael Wayne Goodman Date: Tue, 19 Dec 2023 20:34:56 -0800 Subject: [PATCH] Fix #386 use proper key in pyproject.toml --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f9b49..f68f981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ### Unreleased +### Fixed + +* Properly define `delphin` command in pyproject.toml ([#386]) + + ## [v1.9.0] **Release date: 2023-12-11** @@ -1636,3 +1641,4 @@ information about changes, except for [#378]: https://github.com/delph-in/pydelphin/issues/378 [#379]: https://github.com/delph-in/pydelphin/issues/379 [#383]: https://github.com/delph-in/pydelphin/issues/383 +[#386]: https://github.com/delph-in/pydelphin/issues/386 diff --git a/pyproject.toml b/pyproject.toml index 278d2fc..7f4007f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ repp = [ "regex" ] -[projects.scripts] +[project.scripts] delphin = "delphin.main:main" [project.urls]