diff --git a/setup.py b/setup.py index 17587d4..4d0a08e 100755 --- a/setup.py +++ b/setup.py @@ -26,6 +26,8 @@ import subprocess from setuptools import find_packages, setup +os.chdir(os.path.split(os.path.abspath(__file__))[0]) + PKG = "hy" VERSIONFILE = os.path.join(PKG, "version.py") try: