Skip to content

Commit

Permalink
feat: moved long description down
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 5, 2022
1 parent 7aa9864 commit 2bd3f98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
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 Expand Up @@ -41,5 +39,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
]
],
long_description = open(os.path.join(os.path.dirname(__file__), "README.md"), "r").read(),
long_description_content_type = "text/markdown"
)

0 comments on commit 2bd3f98

Please sign in to comment.