archive
/
Printr
Archived
1
Fork 0

Changed details and readme format

This commit is contained in:
Jake Howard 2015-09-28 21:08:20 +01:00
parent dd83e3143a
commit 0baaaf6084
2 changed files with 10 additions and 10 deletions

View File

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

View File

@ -1,11 +1,11 @@
{ {
'name' : 'Python-Printr', "name" : "Python-Printr",
'packages' : ['printr'], "packages" : ["printr"],
'version' : '0.0.1', "version" : "0.0.1",
'description' : 'Python module to allow a print line to be updated after printing', "description" : "Python module to allow a print line to be updated after printing",
'author' : 'Jake Howard', "author" : "Jake Howard",
'author_email' : 'me@theorangeone.net ', "author_email" : "me@theorangeone.net ",
'url' : 'https://github.com/RealOrangeOne/Printr', "url" : "https://github.com/RealOrangeOne/Printr",
'license':'MIT', "license":"MIT",
'platforms':['any'] "platforms":["any"]
} }