We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306ed2e commit efa4eb8Copy full SHA for efa4eb8
1 file changed
conanfile.py
@@ -13,11 +13,14 @@
13
14
class CuraFormulaeEngineConan(ConanFile):
15
name = "cura-formulae-engine"
16
+ license = "LGPL-3.0"
17
author = "UltiMaker"
18
url = "https://github.com/Ultimaker/CuraFormulaeEngine"
19
homepage = "https://ultimaker.com"
20
description = "Formulae parser and evaluator engine used in Ultimaker Cura"
21
settings = "os", "compiler", "build_type", "arch"
22
+ exports = "LICENSE*"
23
+ package_type = "library"
24
options = {
25
"enable_extensive_warnings": [True, False],
26
"with_apps": [True, False],
0 commit comments