Skip to content

Commit

Permalink
Fix long description content type
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Nov 6, 2023
1 parent 07bd175 commit 27f9a19
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 @@ -35,6 +35,7 @@ def get_file(fn):
version=get_version(),
description="Configuration library for Python applications",
long_description=(get_file("README.rst") + "\n\n" + get_file("HISTORY.rst")),
long_description_content_type="text/x-rst",
author="Will Kahn-Greene",
author_email="willkg@mozilla.com",
url="https://github.com/willkg/everett",
Expand Down

0 comments on commit 27f9a19

Please sign in to comment.