From c2a0f55e8f4b4e3726f7734a586ec14f5d27ff5b Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Thu, 1 Oct 2020 20:28:08 +0300 Subject: [PATCH] Add description to have summary --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d01f2b8..0cd19d3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup(name='abcFinance', version='0.1', - description='', + description='Economic agent-based models with financial accounting', url='https://github.com/AB-CE/abcFinance', packages=['abcFinance'], zip_safe=True)