From 848fb36c3f80d4991128b08d8072d31e788c96e0 Mon Sep 17 00:00:00 2001 From: wolfbunke Date: Fri, 7 Sep 2018 19:53:54 +0200 Subject: [PATCH] update file --- setup.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 2673f487..c2eee00a 100644 --- a/setup.py +++ b/setup.py @@ -20,18 +20,15 @@ long_description = "" using_rst = False try: - with open(readme_rst, 'r') as f: + with open(readme_rst) as f: long_description = f.read() using_rst = True except IOError: - with open(readme_md, 'r') as f: + with open(readme_md) as f: long_description = f.read() - - - setup(name='eGo', - version='0.3.0', + version='0.3.1', author='wolfbunke, maltesc', author_email='', description=("A python package for distribution and transmission"