Skip to content

Commit

Permalink
add path to setup py
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed May 30, 2023
1 parent 6ee27a8 commit 61f4213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from os.path import splitext, basename

from setuptools import setup, find_packages
import sys
sys.path.insert(0, os.path.abspath(os.path.join('src')))
from geolink2oereb import __version__

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 61f4213

Please sign in to comment.