Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
- fixed minor import bug in setup.py
  • Loading branch information
Mohsen Naghipourfar committed Aug 3, 2020
1 parent 135c7bd commit 1115195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = ''

Expand Down

0 comments on commit 1115195

Please sign in to comment.