Skip to content

Commit

Permalink
Add the missing long_description_content_type keyword in the ``se…
Browse files Browse the repository at this point in the history
…tup`` command.
  • Loading branch information
tantale committed Apr 10, 2020
1 parent 6589bf5 commit 2b8e9e8
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 @@ -155,6 +155,7 @@ def function_three():
author_email='tantale.solutions@gmail.com',
description='Python @deprecated decorator to deprecate old python classes, functions or methods.',
long_description=__doc__,
long_description_content_type="text/x-rst",
keywords='deprecate,deprecated,deprecation,warning,warn,decorator',
packages=['deprecated'],
install_requires=['wrapt < 2, >= 1.10'],
Expand Down

0 comments on commit 2b8e9e8

Please sign in to comment.