We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9374d52 commit c930136Copy full SHA for c930136
setup.py
@@ -10,8 +10,8 @@
10
11
here = os.path.abspath(os.path.dirname(__file__))
12
13
-with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
14
- long_description = f.read()
+with open(os.path.join(here, 'README.rst'), encoding='utf-8') as readme_file:
+ long_description = readme_file.read()
15
16
if sys.argv[-1] == 'publish':
17
os.system('python3 setup.py sdist upload')
0 commit comments