mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Change default license from MIT to CC
This commit is contained in:
parent
ae46647560
commit
83a999ea83
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user