install works

This commit is contained in:
Jaikinator
2023-09-22 18:14:48 +02:00
parent 30141b9616
commit f267fc1041
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ install_requires =
[options.entry_points]
console_scripts =
executable-name = scraibe.cli:cli
executable-name = scraibe.cli:cli
+1 -1
View File
@@ -53,7 +53,7 @@ if __name__ == "__main__":
keywords = ['transcription', 'speech recognition', 'whisper', 'pyannote', 'audio',
'speech-to-text', 'speech-to-text transcription', 'speech-to-text recognition',
'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':
['scraibe = scraibe.cli:cli']}