Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 23, 2023
1 parent e926a5e commit 0ae868c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "video-subtitles"
description = "Creates Video Subtitles"
requires-python = ">=3.7"
keywords = ["template-python-cmd"]
keywords = ["video subtitles whisper ai"]
license = { text = "BSD 3-Clause License" }
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
Expand Down Expand Up @@ -42,4 +42,4 @@ profile = "black"
ignore_missing_imports = true

[project.scripts]
videosubtitles = "video_subtitles.cli:main"
videosubtitles = "video_subtitles.cli:main"

0 comments on commit 0ae868c

Please sign in to comment.