update descriptions
This commit is contained in:
parent
837797d454
commit
6c3b4bee06
9
setup.py
9
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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user