Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Nov 5, 2021
1 parent 72977b9 commit bfe95cb
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 @@ -30,7 +30,7 @@ def read_reqs(reqs_name):
with open("{}/_version.py".format(PACKAGE), "r") as versionfile:
version = versionfile.readline().split()[-1].strip("\"'\n")

with open('README.md') as f:
with open("README.md") as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit bfe95cb

Please sign in to comment.