We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540d6f5 commit 1f4de57Copy full SHA for 1f4de57
setup.py
@@ -9,7 +9,7 @@
9
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
10
try:
11
readme_header = f.read().split('\n', 2)
12
- short_description = readme_header[0].split('gzint: ')[-1] + '.'
+ short_description = readme_header[0].split(': ')[-1] + '.'
13
long_description = readme_header[2].split('\n', 2)[2].split('\n\n')[0].replace('\n', ' ').replace('`', '')
14
except Exception:
15
raise ValueError('Failed to parse gzint description from README.md')
0 commit comments