From 0baaaf60842418a718da88cc27ea970841def7a2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 28 Sep 2015 21:08:20 +0100 Subject: [PATCH] Changed details and readme format --- convert-readme.sh | 2 +- details.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/convert-readme.sh b/convert-readme.sh index 6c4fcce..025c0a1 100644 --- a/convert-readme.sh +++ b/convert-readme.sh @@ -1 +1 @@ -pandoc --from=markdown --to=rst --output=README README.md \ No newline at end of file +pandoc --from=markdown --to=rst --output=README.rst README.md \ No newline at end of file diff --git a/details.json b/details.json index da0c39f..2cd76b8 100644 --- a/details.json +++ b/details.json @@ -1,11 +1,11 @@ { - 'name' : 'Python-Printr', - 'packages' : ['printr'], - 'version' : '0.0.1', - 'description' : 'Python module to allow a print line to be updated after printing', - 'author' : 'Jake Howard', - 'author_email' : 'me@theorangeone.net ', - 'url' : 'https://github.com/RealOrangeOne/Printr', - 'license':'MIT', - 'platforms':['any'] + "name" : "Python-Printr", + "packages" : ["printr"], + "version" : "0.0.1", + "description" : "Python module to allow a print line to be updated after printing", + "author" : "Jake Howard", + "author_email" : "me@theorangeone.net ", + "url" : "https://github.com/RealOrangeOne/Printr", + "license":"MIT", + "platforms":["any"] } \ No newline at end of file