Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kian-Tat Lim <ktl@slac.stanford.edu>
  • Loading branch information
timj and ktlim committed Jul 16, 2020
1 parent e098c6d commit bfefe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
with open(init_path, "w") as fh:
print("from .doImport import *", file=fh)

# read the contents of your README file
# read the contents of our README file
this_directory = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(this_directory, "README.md"), encoding='utf-8') as f:
long_description = f.read()
Expand Down

0 comments on commit bfefe54

Please sign in to comment.