From e98ab76734470a8205db6702e5f9efda0990e269 Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Wed, 18 Jul 2018 22:47:02 +0200 Subject: [PATCH] fixed setup.py --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 9ae55b0..d9c881a 100644 --- a/setup.py +++ b/setup.py @@ -4,14 +4,11 @@ from os import path here = path.abspath(path.dirname(__file__)) -with open(path.join(here, 'README.rst'), encoding='utf-8') as f: - long_description = f.read() - setup( name='money', version='2.0.0', description='Money handling program', - long_description=long_description, + long_description='A python program to handle expenses and incomes', url='http://code.scompo.it:3000/scompo/money', author='Mauro Scomparin', author_email='scompo@gmail.com', -- 2.25.1