install works
This commit is contained in:
@@ -28,4 +28,4 @@ install_requires =
|
|||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
executable-name = scraibe.cli:cli
|
executable-name = scraibe.cli:cli
|
||||||
@@ -53,7 +53,7 @@ if __name__ == "__main__":
|
|||||||
keywords = ['transcription', 'speech recognition', 'whisper', 'pyannote', 'audio',
|
keywords = ['transcription', 'speech recognition', 'whisper', 'pyannote', 'audio',
|
||||||
'speech-to-text', 'speech-to-text transcription', 'speech-to-text recognition',
|
'speech-to-text', 'speech-to-text transcription', 'speech-to-text recognition',
|
||||||
'voice-to-speech'],
|
'voice-to-speech'],
|
||||||
package_data={ "header" : ["app/header.html"], "logo" : ["app/Logo_KIDA_bmel_green.svg"]},
|
package_data={'scraibe.app' : ["*.html", "*.svg"]},
|
||||||
entry_points={'console_scripts':
|
entry_points={'console_scripts':
|
||||||
['scraibe = scraibe.cli:cli']}
|
['scraibe = scraibe.cli:cli']}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user