Skip to content

Commit

Permalink
Set long_description_content_type in setup.py
Browse files Browse the repository at this point in the history
A small change to prevent such warning when publishing wheels:

    Checking dist/watchdog-XXX.whl: PASSED, with warnings
      warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
  • Loading branch information
BoboTiG committed May 4, 2021
1 parent 2b47824 commit 8ebb408
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 @@ -91,6 +91,7 @@
version=version.VERSION_STRING,
description="Filesystem events monitoring",
long_description=readme + '\n\n' + changelog,
long_description_content_type="text/x-rst",
author="Yesudeep Mangalapilly",
author_email="yesudeep@gmail.com",
license="Apache License 2.0",
Expand Down

0 comments on commit 8ebb408

Please sign in to comment.