Skip to content

Commit

Permalink
chore: Update project configuration for new transcribe-me script
Browse files Browse the repository at this point in the history
- Include new `transcribe-me` script in project scripts
- Update `packages` key in `pyproject.toml` to include `transcribe_me`
  • Loading branch information
johnnyhuy committed Apr 17, 2024
1 parent cb3af24 commit 71eb5b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[tool.setuptools]
packages = ["transcribe_me"]

[project.scripts]
transcribe-me = "transcribe_me.main:main"

[project]
name = "transcribe-me"
version = "0.1.0"
Expand Down

0 comments on commit 71eb5b4

Please sign in to comment.