diff --git a/csv_importer/blender_manifest.toml b/csv_importer/blender_manifest.toml index bd41073..0a372a3 100644 --- a/csv_importer/blender_manifest.toml +++ b/csv_importer/blender_manifest.toml @@ -7,23 +7,11 @@ tagline = "import csv data to meshes in Blender" maintainer = "Jan-Hendrik Müller" type = "add-on" website = "https://github.com/kolibril13/blender_csv_import" -platforms = [ - "windows-x64", - "linux-x64", - "macos-arm64", - "macos-x64", -] -tags = [ - "Geometry Nodes", - "Import-Export" -] +platforms = ["windows-x64", "linux-x64", "macos-arm64", "macos-x64"] +tags = ["Geometry Nodes", "Import-Export"] blender_version_min = "4.2.5" -license = [ - "SPDX:GPL-3.0-or-later" -] -copyright =[ - "2024 Jan-Hendrik Müller", -] +license = ["SPDX:GPL-3.0-or-later"] +copyright = ["2024 Jan-Hendrik Müller"] wheels = [ "./wheels/databpy-0.0.8-py3-none-any.whl", "./wheels/polars-1.19.0-cp39-abi3-macosx_10_12_x86_64.whl", @@ -40,7 +28,7 @@ files = "Importing data files from disk" [build] paths_exclude_pattern = [ - ".gitignore", # Exclude gitignore - "*.zip", # Exclude *.zip - "*__pycache__/", # Exclude /__pycache__ folder -] \ No newline at end of file + ".gitignore", # Exclude gitignore + "*.zip", # Exclude *.zip + "*__pycache__/", # Exclude /__pycache__ folder +]