From 3a5f0cdef8b0f5f5bef7520ab5b80bb786e95c40 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Thu, 6 Apr 2023 01:33:13 -0600 Subject: [PATCH] Need this import --- projects/proquint/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: