Skip to content

Commit 809927d

Browse files
committed
Remove unused dynamic pyproject field, change examples bundled path
1 parent 5470824 commit 809927d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

examples/__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "shaderflow"
33
description = "🔥 Modular shader engine designed for simplicity and speed"
44
authors = [{name="Tremeschin"}]
5-
dynamic = ["keywords"]
65
version = "0.11.0"
76
readme = "readme.md"
87
license = "AGPL-3.0"
@@ -45,4 +44,4 @@ requires = ["hatchling"]
4544
build-backend = "hatchling.build"
4645

4746
[tool.hatch.build.targets.wheel.force-include]
48-
"examples" = "shaderflow/resources/examples"
47+
"examples" = "shaderflow/examples"

0 commit comments

Comments
 (0)