From f5882933ab54714ef921bfcb4f08b1275bfe654c Mon Sep 17 00:00:00 2001 From: JayPiKay Date: Thu, 3 Oct 2019 10:59:53 +0200 Subject: [PATCH] Fixed setup script --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 980f73c..305060b 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,9 @@ +import sys from setuptools import setup, find_namespace_packages from distutils.util import convert_path +sys.path.insert(0, 'src/') + main_ns = {} ver_path = convert_path('src/sbeam.py') with open(ver_path) as ver_file: