Skip to content

Commit

Permalink
Fixing incompatibilites between GitHub's and PyPI's README format.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiopuglisi committed May 25, 2020
1 parent 84f8863 commit e4a62b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## [0.3.2] - 2019-05-26

### Changed
- Fixing incompatibilites between GitHub's and PyPI's README format.

## [0.3.1] - 2019-05-26

### Added
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -65,6 +65,7 @@ def run(self):
'Programming Language :: Python :: 3',
],
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url=URL,
author_email=EMAIL,
author=AUTHOR,
Expand Down

0 comments on commit e4a62b0

Please sign in to comment.