From d9bb11a8c1f28727afd7c0fe74038a72affb959a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 12 Jun 2019 22:52:15 +0200 Subject: create-bom: Adding a way to ignore schematic entries from the bom with the new "include-in-bom" fact. --- src/ee/part/fact_keys.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ee/part') diff --git a/src/ee/part/fact_keys.py b/src/ee/part/fact_keys.py index 075d943..4444a9b 100644 --- a/src/ee/part/fact_keys.py +++ b/src/ee/part/fact_keys.py @@ -17,3 +17,5 @@ place_part = "http://purl.org/ee/fact-type/place-part" imperial_footprint_size = "http://purl.org/ee/fact-type/imperial-footprint-size" footprint = "http://purl.org/ee/fact-type/footprint" + +include_in_bom = "http://purl.org/ee/fact-type/include-in-bom" -- cgit v1.2.3