JSON Formatting
This commit is contained in:
parent
33b3db6dce
commit
bc9b9d3762
1 changed files with 9 additions and 9 deletions
18
details.json
18
details.json
|
@ -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"]
|
||||||
}
|
}
|
Reference in a new issue