Skip to content

Commit

Permalink
Add long_description content type
Browse files Browse the repository at this point in the history
  • Loading branch information
curita committed Nov 11, 2024
1 parent e2acca7 commit 7b32e9c
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 @@ -14,6 +14,7 @@
author_email="opensource@zyte.com",
description=("Spidermon is a framework to build monitors for Scrapy spiders."),
long_description=open("README.rst", encoding="utf-8").read(),
long_description_content_type="text/x-rst",
license="BSD",
packages=find_packages(),
package_data={"spidermon": ["VERSION"]},
Expand Down

0 comments on commit 7b32e9c

Please sign in to comment.