diff --git a/projects/proquint/setup.py b/projects/proquint/setup.py index f164cf4..6cb93db 100644 --- a/projects/proquint/setup.py +++ b/projects/proquint/setup.py @@ -1,6 +1,6 @@ +from os import path from setuptools import setup - here = path.abspath(path.dirname(__file__)) with open(path.join(here, "README.md"), encoding="utf-8") as f: