From 111519543e82b9eb31ae70b41c9a86c80a2e9e23 Mon Sep 17 00:00:00 2001 From: Mohsen Naghipourfar Date: Mon, 3 Aug 2020 17:09:19 +0430 Subject: [PATCH] minor updates - fixed minor import bug in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7b38c2..4fc6ba9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = Path('README.md').read_text('utf-8') try: - from scarches import __author__, __email__ + from trvae import __author__, __email__ except ImportError: # Deps not yet installed __author__ = __email__ = ''