Skip to content

Commit

Permalink
Mark long readme as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Sep 19, 2020
1 parent e5a26f1 commit 5ea13fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from distutils.core import setup

version = "0.9.0"
version = "1.0.0"

with open("README.md") as f:
long_description = f.read()
Expand All @@ -17,6 +17,7 @@
url="https://github.com/kedder/ofxstatement",
description=("Transferwise plugin for ofxstatement"),
long_description=long_description,
long_description_content_type='text/markdown',
license="GPLv3",
keywords=["ofx", "banking", "statement"],
classifiers=[
Expand Down

0 comments on commit 5ea13fc

Please sign in to comment.