Skip to content

Commit efa4eb8

Browse files
authored
Complete package metadata
Hopefully this will help building against this library on Windows
1 parent 306ed2e commit efa4eb8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conanfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313

1414
class CuraFormulaeEngineConan(ConanFile):
1515
name = "cura-formulae-engine"
16+
license = "LGPL-3.0"
1617
author = "UltiMaker"
1718
url = "https://github.com/Ultimaker/CuraFormulaeEngine"
1819
homepage = "https://ultimaker.com"
1920
description = "Formulae parser and evaluator engine used in Ultimaker Cura"
2021
settings = "os", "compiler", "build_type", "arch"
22+
exports = "LICENSE*"
23+
package_type = "library"
2124
options = {
2225
"enable_extensive_warnings": [True, False],
2326
"with_apps": [True, False],

0 commit comments

Comments
 (0)