Skip to content

Commit

Permalink
Merge pull request #5 from neumantm/addLongDescription
Browse files Browse the repository at this point in the history
Add long description
  • Loading branch information
neumantm authored Jul 29, 2022
2 parents 3aae14e + 1193b01 commit ab04b49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
setup(name='prettifyJsonLog',
version='1.0',
description='A small python programm to make json log formats human readable',
long_description="""
A small python programm to make json log formats human readable
It reads log lines from stdin.
Each line must be one log entry formatted as a JSON object.
"""
url="https://github.com/neumantm/prettifyJsonLog",
license="MIT",
author='Tim Neumann',
Expand Down

0 comments on commit ab04b49

Please sign in to comment.