Skip to content

Commit c930136

Browse files
authored
Rename variable
1 parent 9374d52 commit c930136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

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

13-
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
14-
long_description = f.read()
13+
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as readme_file:
14+
long_description = readme_file.read()
1515

1616
if sys.argv[-1] == 'publish':
1717
os.system('python3 setup.py sdist upload')

0 commit comments

Comments
 (0)