renamed github_url
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
module_name = "scraibe"
|
module_name = "scraibe"
|
||||||
github_url = "https://github.com/JSchmie/autotranscript"
|
github_url = "https://github.com/JSchmie/ScAIbe"
|
||||||
|
|
||||||
file_dir = os.path.dirname(os.path.realpath(__file__))
|
file_dir = os.path.dirname(os.path.realpath(__file__))
|
||||||
absdir = lambda p: os.path.join(file_dir, p)
|
absdir = lambda p: os.path.join(file_dir, p)
|
||||||
@@ -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={'scraibe.app' : ["*.html", "*.svg"]},
|
package_data={'' : ["*.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