Change default license from MIT to CC

This commit is contained in:
ines 2017-03-21 12:24:43 +01:00
parent ae46647560
commit 83a999ea83

View File

@ -70,7 +70,7 @@ def generate_meta():
('author', 'Author', False),
('email', 'Author email', False),
('url', 'Author website', False),
('license', 'License', 'MIT')]
('license', 'License', 'CC BY-NC 3.0')]
util.print_msg("Enter the package settings for your model.", title="Generating meta.json")