changed package data

This commit is contained in:
Jaikinator
2023-09-22 19:51:59 +02:00
parent e275da29f4
commit ca93467450
+1 -1
View File
@@ -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={'' : ["*.html", "*.svg"]}, package_data={'scraibe.app' : ["*.html", "*.svg"]},
entry_points={'console_scripts': entry_points={'console_scripts':
['scraibe = scraibe.cli:cli']} ['scraibe = scraibe.cli:cli']}