Skip to content

Commit

Permalink
Merge branch 'skeleton'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 23, 2016
2 parents ce94ab9 + b1133de commit 7832065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
fields = ['--name', '--version', '--url', '--author']
dist_info_cmd = [sys.executable, setup_script] + fields
output_bytes = subprocess.check_output(dist_info_cmd, cwd=root)
project, version, url, author = output_bytes.decode('utf-8').split()
project, version, url, author = output_bytes.decode('utf-8').strip().split('\n')

copyright = '2016 ' + author

Expand Down

0 comments on commit 7832065

Please sign in to comment.