Skip to content

Commit

Permalink
Update description.
Browse files Browse the repository at this point in the history
  • Loading branch information
luhn committed Jan 6, 2021
1 parent 4f55bea commit 9f1057d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
'testing': ['pytest>=6,<7'],
}

DESCRIPTION = (
'Bring parity to Pyramid and Celery by creating a full Pyramid '
'application in the Celery worker and providing a request object for each '
'task.'
)


with open("README.md", "r") as fh:
long_description = fh.read()
Expand All @@ -28,7 +34,7 @@
setup(
name='pyramid-tasks',
version=VERSION,
description='Celery-powered tasks for Pyramid applications.',
description=DESCRIPTION,
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/luhn/pyramid-tasks/',
Expand Down

0 comments on commit 9f1057d

Please sign in to comment.