Skip to content

Commit

Permalink
build: Add package data for transcribe.me schemas in setup.
Browse files Browse the repository at this point in the history
- Add package data for `schemas/*.yaml` in the `transcribe_me` package in `setup.py`
- Refactor and cleanup code in multiple files for better readability
- Update dependencies to latest versions for improved compatibility
  • Loading branch information
johnnyhuy committed Apr 7, 2024
1 parent d6dfbce commit 948f9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
description='A CLI tool to transcribe audio files using OpenAI API',
version='0.1.0',
packages=find_packages(),
package_data={'transcribe_me': ["schemas/*.yaml"]},
entry_points={
'console_scripts': [
'transcribe-me = transcribe_me.main:main',
Expand Down

0 comments on commit 948f9be

Please sign in to comment.