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__ = ''