Skip to content

Commit

Permalink
feat: new long description mode
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 5, 2022
1 parent 2d65f99 commit 7aa9864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
author = "Platforme International",
author_email = "[email protected]",
description = "RIPE API",
long_description = open(os.path.join(os.path.dirname(__file__), "README.md"), "r").read(),
long_description_content_type = "text/markdown",
license = "Apache License, Version 2.0",
keywords = "ripe api",
url = "http://www.platforme.com",
Expand Down

0 comments on commit 7aa9864

Please sign in to comment.