license entry added to conanfile
This commit is contained in:
parent
16491dfa1b
commit
96f7c5af53
@ -19,7 +19,8 @@ def get_version():
|
||||
class JsonSchemaValidatorConan(ConanFile):
|
||||
name = 'JsonSchemaValidator'
|
||||
version = get_version()
|
||||
url = 'https://github.com/lukaszlaszko/json-schema-validator'
|
||||
url = 'https://github.com/pboettch/json-schema-validator'
|
||||
license = 'MIT'
|
||||
settings = 'os', 'compiler', 'build_type', 'arch'
|
||||
options = {
|
||||
'shared': [True, False],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user