Skip to content

Commit

Permalink
Merge pull request #17 from alingse/enhance-py3-win
Browse files Browse the repository at this point in the history
先修复一下 windows 的安装问题,py3 有点复杂
  • Loading branch information
alingse committed May 3, 2018
2 parents 03fb2e1 + c24250b commit 4cd3b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@


with open('README.rst') as f:
readme = f.read()
readme = f.read().decode('utf-8')

setup(
name='jsoncsv',
version='2.0.8a',
version='2.0.8b',
description='a command tool easily convert json file to csv or xlsx',
long_description=readme,
author='alingse',
Expand Down

0 comments on commit 4cd3b2e

Please sign in to comment.