Need this import

This commit is contained in:
Reid 'arrdem' McKenzie 2023-04-06 01:33:13 -06:00
parent d9055c8cb3
commit 916220af0e

View file

@ -1,6 +1,6 @@
from os import path
from setuptools import setup from setuptools import setup
here = path.abspath(path.dirname(__file__)) here = path.abspath(path.dirname(__file__))
with open(path.join(here, "README.md"), encoding="utf-8") as f: with open(path.join(here, "README.md"), encoding="utf-8") as f: