added import os to setup.py

master
Robbert Schep 2025-07-10 03:31:05 +02:00
parent bf688bb798
commit 7ef604fc01
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import os
from setuptools import setup
from setuptools.command.install import install