From 7f05708aadc72d84986c7bad232e1db0b010e553 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 15 Oct 2024 18:47:47 +0100 Subject: [PATCH] try --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18edb17..250a9fb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import pathlib from setuptools import setup from setuptools.dist import Distribution - +import os # The directory containing this file HERE = pathlib.Path(__file__).parent