Changed readme file format
This commit is contained in:
parent
fe0ebdb136
commit
eb6985a140
4 changed files with 10 additions and 4 deletions
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Printr
|
||||
|
||||
Printr is a simple PyPi module that allows for print statements to be replaces with a new line. Particularly useful for displaying progress messages.
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Printr
|
||||
======
|
||||
|
||||
Printr is a simple PyPi module that allows for print statements to be replaces with a new line. Particularly useful for displaying progress messages.
|
||||
|
||||
|
||||
Printr is a simple PyPi module that allows for print statements to be
|
||||
replaces with a new line. Particularly useful for displaying progress
|
||||
messages.
|
||||
|
|
1
convert-readme.sh
Normal file
1
convert-readme.sh
Normal file
|
@ -0,0 +1 @@
|
|||
pandoc --from=markdown --to=rst --output=README.rst README.md
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ setup(
|
|||
description = 'Python module to allow a print line to be updated after printing',
|
||||
long_description = LONG_DESCRIPTION,
|
||||
author = 'Jake Howard',
|
||||
author_email = 'me@theorangeone.net',
|
||||
author_email = 'me@theorangeone.net ',
|
||||
url = 'https://github.com/RealOrangeOne/Printr',
|
||||
license='MIT',
|
||||
platforms=['any']
|
||||
|
|
Reference in a new issue