Skip to content

Commit

Permalink
format manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed Jan 26, 2025
1 parent 2388b1a commit 851cb9f
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions csv_importer/blender_manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,11 @@ tagline = "import csv data to meshes in Blender"
maintainer = "Jan-Hendrik Müller<[email protected]>"
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",
Expand All @@ -40,7 +28,7 @@ files = "Importing data files from disk"

[build]
paths_exclude_pattern = [
".gitignore", # Exclude gitignore
"*.zip", # Exclude *.zip
"*__pycache__/", # Exclude /__pycache__ folder
]
".gitignore", # Exclude gitignore
"*.zip", # Exclude *.zip
"*__pycache__/", # Exclude /__pycache__ folder
]

0 comments on commit 851cb9f

Please sign in to comment.