Skip to content

Commit

Permalink
Prerelease 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Apr 30, 2018
1 parent c8b6e51 commit fb86136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version 0.2.1

### Features

- Adds `pyroma` to check package metadata

### Bugfixes

- Fixes `pypi` readme rendering by providing `pypandoc`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
except (IOError, ImportError) as ex:
print("Pandoc failed", ex)
print('Pandoc failed', ex)
# Import the README and use it as the long-description.
# Note: this will only work if 'README.rst' is
# present in your MANIFEST.in file!
Expand Down

0 comments on commit fb86136

Please sign in to comment.