We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62edc70 commit 8aefbbdCopy full SHA for 8aefbbd
2 files changed
build.py
@@ -31,7 +31,6 @@
31
with open(cslistName, 'r', encoding = 'utf-8') as cslist:
32
with ZipFile(varName, 'w') as var:
33
var.writestr('meta.json', json.dumps(meta, indent=3))
34
- var.write('LICENSE.md')
35
var.write(cslistName, os.path.join(zipPath, cslistName))
36
for file in [x.strip() for x in cslist]:
37
var.write(file, os.path.join(zipPath, file))
meta.json
@@ -1,5 +1,5 @@
1
{
2
- "licenseType": "MIT",
+ "licenseType": "CC BY",
3
"creatorName": "Yoooi",
4
"packageName": "ToySerialController",
5
"includeVersionsInReferences": "true",
0 commit comments