Skip to content

Commit

Permalink
Add long description
Browse files Browse the repository at this point in the history
PyPI requires it.
  • Loading branch information
Stormheg committed Nov 16, 2023
1 parent 8e1bb22 commit 4f3c5ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
except ImportError:
pass

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="wagtail-ab-testing",
version="0.8",
description="A/B Testing for Wagtail",
long_description=long_description,
long_description_content_type="text/markdown",
author="Karl Hobley",
author_email="[email protected]",
url="",
Expand Down

0 comments on commit 4f3c5ad

Please sign in to comment.