Skip to content

Commit

Permalink
Try to fix setup.py dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister committed Jan 21, 2020
1 parent c733e8e commit c81eb4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import os
import imp
from setuptools import setup, find_packages
from hopsworks.version import __version__


version = imp.load_source(
'hopsworks.version', os.path.join('hopsworks', 'version.py')).__version__


def read(fname):
Expand Down

0 comments on commit c81eb4d

Please sign in to comment.