diff --git a/setup.py b/setup.py index 4f48637..75d48dd 100644 --- a/setup.py +++ b/setup.py @@ -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={'' : ["*.html", "*.svg"]}, + package_data={'scraibe.app' : ["*.html", "*.svg"]}, entry_points={'console_scripts': ['scraibe = scraibe.cli:cli']}