archive
/
Printr
Archived
1
Fork 0

Changed readme file format

This commit is contained in:
Jake Howard 2015-09-26 15:21:57 +01:00
parent fe0ebdb136
commit eb6985a140
4 changed files with 10 additions and 4 deletions

5
README.md Normal file
View 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.

View File

@ -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
View File

@ -0,0 +1 @@
pandoc --from=markdown --to=rst --output=README.rst README.md

View File

@ -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']