Skip to content

Commit

Permalink
add missing definition of here
Browse files Browse the repository at this point in the history
  • Loading branch information
JunAishima committed Dec 22, 2021
1 parent 7b5f137 commit b0bef91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import versioneer
import os

here = os.path.abspath(os.path.dirname(__file__))

with open(os.path.join(here, "README.md"), encoding="utf-8") as readme_file:
readme = readme_file.read()

Expand Down

0 comments on commit b0bef91

Please sign in to comment.