create-3d-icon / pyproject.toml
JacobLinCool's picture
feat: add bevel depth option
0282daa
raw
history blame
431 Bytes
[tool.poetry]
name = "blender-3d-icon"
version = "0.0.0"
description = ""
authors = ["JacobLinCool <[email protected]>"]
readme = "README.md"
packages = [{include = "blender_3d_icon"}]
[tool.poetry.dependencies]
python = "~3.10"
bpy = "^3.4.0"
[tool.poetry.group.dev.dependencies]
autopep8 = "^2.0.1"
fake-bpy-module-latest = "^20230216"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"