license entry added to conanfile

This commit is contained in:
Lukasz Laszko 2020-01-28 12:54:19 +08:00 committed by Patrick Boettcher
parent 16491dfa1b
commit 96f7c5af53

View File

@ -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],