Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanbo committed Nov 21, 2021
1 parent 2585926 commit c981c24
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
from distutils.core import setup

setup(name='crash2json',
version='1.2',
version='1.3',
description='Parse appple crash report to json file',
author='yanbo92',
author_email='[email protected]',
url='https://github.com/yanbo92/crash2json',
packages=['crash2json'],
entry_points={
'console_scripts': ['crash2json=crash2json.__main__:main'],
'console_scripts': [
'crash2json = crash2json.__main__:main',

]
}
)

0 comments on commit c981c24

Please sign in to comment.