Merge pull request #15 from JSchmie/develop

Develop
This commit is contained in:
Jacob Schmieder
2023-09-22 19:52:29 +02:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ import os
from setuptools import setup, find_packages
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__))
absdir = lambda p: os.path.join(file_dir, p)