diff --git a/setup.cfg b/setup.cfg index 0b40e31..3e2cac7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,4 +28,4 @@ install_requires = [options.entry_points] console_scripts = - executable-name = scraibe.cli:cli + executable-name = scraibe.cli:cli \ No newline at end of file diff --git a/setup.py b/setup.py index 1b9570d..98d178e 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={ "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']}