Skip to content

Commit

Permalink
Fix PyPI description formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
frispete committed Jan 4, 2019
1 parent 2f17903 commit eaa3649
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.3.2
=====

- Fix PyPI description formatting

1.3.1
=====

- Fix install issues, if keyring isn''t installed beforehand.
Thanks, Erik.

1.3
===

Expand All @@ -8,7 +19,7 @@
1.2.1
=====

- Flag markdown readme correctly in setup (for PyPi).
- Flag markdown readme correctly in setup (for PyPI).

1.2
===
Expand Down
2 changes: 1 addition & 1 deletion keyrings/cryptfile/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.1'
__version__ = '1.3.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

with io.open('README.md', encoding='utf-8') as readme:
long_description = readme.read()
long_description_content_type = 'text/markdown',
long_description_content_type = 'text/markdown'


name = 'keyrings.cryptfile'
Expand Down

0 comments on commit eaa3649

Please sign in to comment.