Skip to content

Commit

Permalink
fix: missing content type for long description
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Apr 2, 2021
1 parent b737625 commit 1e8c7d3
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 @@ -18,5 +18,6 @@
keywords=["api", "wrapper", "country", "countries"],
install_requires=["requests"],
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
classifiers=["Programming Language :: Python :: 3 :: Only"],
)

0 comments on commit 1e8c7d3

Please sign in to comment.