From 56b8fd38530002a2050a7b20e0629889d3c349f7 Mon Sep 17 00:00:00 2001 From: sadrasabouri Date: Wed, 29 Sep 2021 18:50:18 +0330 Subject: [PATCH] add : long_description and MINIMAL_DESCRIPTION added. (#1) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1d91eb0..23a4ceb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ except ImportError: from distutils.core import setup -MINIMAL_DESCRIPTION = '''''' +MINIMAL_DESCRIPTION = '''Samila is a generative art generator written in Python, Samila let's you create arts based on many thousand points. The position of every single point is calculated by a formula, which has random parameters. Because of the random numbers, every image looks different.''' def get_dev_requires(): @@ -34,7 +34,7 @@ setup( packages=['samila'], version='0.1', description='Generative ART', - long_description="", + long_description="Samila is a generative art generator written in Python, Samila let's you create arts based on many thousand points. The position of every single point is calculated by a formula, which has random parameters. Because of the random numbers, every image looks different.", long_description_content_type='text/markdown', author='Sepand Haghighi', author_email='info@4r7.ir',