Skip to content

Commit

Permalink
render markdown on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Apr 6, 2020
1 parent 881f6ab commit 85f4ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion marlin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "marlin"
__license__ = "MIT"
__version__ = "0.1.5"
__version__ = "0.1.6"
__author__ = "Carlos Montecinos Geisse"
__contact__ = "[email protected]"
__url__ = "https://github.com/wilfredinni/marlin"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
version=version,
description="Swim between bookmarks in the terminal",
long_description=readme,
long_description_content_type='text/markdown',
author="Carlos Montecinos Geisse",
author_email="[email protected]",
url="https://github.com/wilfredinni/marlin",
Expand Down

0 comments on commit 85f4ae0

Please sign in to comment.