-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2388b1a
commit 851cb9f
Showing
1 changed file
with
8 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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 | ||
] |