Skip to content

Commit

Permalink
Update pyproject.md (#305)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
DLu authored Nov 3, 2023
1 parent 43b5bc6 commit 6fa681f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ to add a `script` entry point. The form is:

```toml
[project.scripts]
cliapp = "packakge.__main__:main"
cliapp = "package.__main__:main"
```

The format is command line app name as the key, and the value is the path to the
Expand Down

0 comments on commit 6fa681f

Please sign in to comment.