diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-06-12 22:52:15 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-06-12 22:52:15 +0200 |
commit | d9bb11a8c1f28727afd7c0fe74038a72affb959a (patch) | |
tree | 9a14587cc6a87abc9cf4fda9a2f205b10b5b7b6d /src/ee/part | |
parent | 7bea893adbb9e834d11e2706bdedc4f9db4969f8 (diff) | |
download | ee-python-d9bb11a8c1f28727afd7c0fe74038a72affb959a.tar.gz ee-python-d9bb11a8c1f28727afd7c0fe74038a72affb959a.tar.bz2 ee-python-d9bb11a8c1f28727afd7c0fe74038a72affb959a.tar.xz ee-python-d9bb11a8c1f28727afd7c0fe74038a72affb959a.zip |
create-bom: Adding a way to ignore schematic entries from the bom with
the new "include-in-bom" fact.
Diffstat (limited to 'src/ee/part')
-rw-r--r-- | src/ee/part/fact_keys.py | 2 |
1 files changed, 2 insertions, 0 deletions
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" |