From 0c398fdcbc54c91232ea62f774c61a6f58c82454 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 2 Aug 2018 15:25:45 +0200 Subject: [PATCH] Fix missing code. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 01e455e..7e94484 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,8 @@ import os from setuptools import setup +MYDIR = os.path.dirname(__file__) + setup( name='django-starfield', version='1.0', -- GitLab