diff --git a/setup.py b/setup.py index 4311cd7..ea2f5d9 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ author=zenora.__author__, author_email=zenora.__email__, version=zenora.__version__, + description=zenora.__description__, long_description=long_description, long_description_content_type="text/markdown", license=zenora.__license__,