From 6c3b4bee068599729febed162cba957c12d65960 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 26 Mar 2024 06:44:19 +0100 Subject: [PATCH] update descriptions --- setup.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0e9e037..54ece00 100644 --- a/setup.py +++ b/setup.py @@ -20,8 +20,13 @@ with open(version) as f: setup( name='cerc-persistence', version=main_ns['__version__'], - description="", - long_description="", + description="CERC Persistence consist of a set of classes to store and retrieve Cerc Hub cities and results", + long_description="CERC Persistence consist of a set of classes to store and retrieve Cerc Hub cities and results.\n\n" + "Developed at Concordia university in Canada as part of the research group from the Next Generation " + "Cities Institute, our aim among others is to provide a comprehensive set of tools to help " + "researchers and urban developers to make decisions to improve the livability and efficiency of our " + "cities, cerc persistence will store the simulation results and city information to make those " + "available for other researchers.", classifiers=[ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python",