Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbunke committed Sep 7, 2018
1 parent e593879 commit 848fb36
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 848fb36

Please sign in to comment.