Skip to content

Commit

Permalink
Merge pull request #458 from scrapinghub/spidermon-pypi-page-update
Browse files Browse the repository at this point in the history
Update `setup.py`
  • Loading branch information
wRAR authored Dec 10, 2024
2 parents de69215 + 7b32e9c commit baafaa8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@
name="spidermon",
version="1.23.0",
url="https://github.com/scrapinghub/spidermon",
project_urls={
"Documentation": "https://spidermon.readthedocs.io/",
"Source": "https://github.com/scrapinghub/spidermon",
"Tracker": "https://github.com/scrapinghub/spidermon/issues",
"Release notes": "https://spidermon.readthedocs.io/en/latest/changelog.html",
},
author="Zyte",
author_email="[email protected]",
description=("Spidermon is a framework to build monitors for Scrapy spiders."),
long_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 baafaa8

Please sign in to comment.