Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeucler2018 committed Oct 1, 2023
1 parent 876bf78 commit 470257b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
from setuptools import Extension, setup
from setuptools.command.build_ext import build_ext

VERSION_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "retro/VERSION.txt")
VERSION_PATH = os.path.join(
os.path.dirname(os.path.abspath(__file__)),
"retro/VERSION.txt",
)

SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
README = open(os.path.join(SCRIPT_DIR, "README.md")).read()
Expand Down

0 comments on commit 470257b

Please sign in to comment.