Skip to content

Commit

Permalink
Fix long_description on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaslassance committed Oct 16, 2020
1 parent 423a9ec commit c8b40cc
Showing 1 changed file with 1 addition and 0 deletions.
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=airstorm.__version__,
description="A Python ORM for Airtable.",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/playsthetic/airstorm",
author=airstorm.__author__,
author_email=airstorm.__email__,
Expand Down

0 comments on commit c8b40cc

Please sign in to comment.