archive
/
Printr
Archived
1
Fork 0

JSON Formatting

This commit is contained in:
Jake Howard 2015-09-28 21:17:01 +01:00
parent 33b3db6dce
commit bc9b9d3762
1 changed files with 9 additions and 9 deletions

View File

@ -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"]
}