From: Mauro Scomparin Date: Wed, 18 Jul 2018 20:47:02 +0000 (+0200) Subject: fixed setup.py X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=e98ab76734470a8205db6702e5f9efda0990e269;p=money.git fixed setup.py --- 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',