diff --git a/Rakefile b/Rakefile index a4edaed..9c9b88c 100644 --- a/Rakefile +++ b/Rakefile @@ -132,7 +132,7 @@ end desc "generate BOM file from schematic" rule ".bom.csv" => ".sch" do |t| - attributes = ["device", "value", "description", "footprint", "manufacturer", "mpn", "datasheet", "lcsc-sku", "digikey-sku", "aliexpress-sku"] + attributes = ["device", "value", "description", "footprint", "manufacturer", "mpn", "datasheet", "lcsc", "digikey"] bom_data = bom2(t.prerequisites[0],attributes) CSV.open(t.name, "wb") do |csv| all_attributes = ["refdes","qty"]+attributes