Skip to content

Commit

Permalink
correct package meta
Browse files Browse the repository at this point in the history
  • Loading branch information
boyd-nguyen committed Mar 27, 2024
1 parent 84428e3 commit 12d5821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers =

[options]
package_dir =
= src
= youscribe
packages = find:
python_requires = >=3.10
install_requires =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name="youscribe",
author="Digital Observatory",
authhor_email="[email protected]",
author_email="[email protected]",
version=__version__,
description="Library to transcribe YouTube videos using Whisper model",
long_description=long_description,
Expand Down

0 comments on commit 12d5821

Please sign in to comment.