update descriptions

This commit is contained in:
Guille 2024-03-26 06:44:19 +01:00
parent 837797d454
commit 6c3b4bee06

View File

@ -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",