There was an error while loading. Please reload this page.
1 parent 519bd07 commit 8a00107Copy full SHA for 8a00107
1 file changed
python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "meshly"
7
-version = "1.0.5"
+version = "1.0.6"
8
description = "High-level abstractions and utilities for working with meshoptimizer"
9
readme = "README.md"
10
license = {text = "MIT"}
@@ -43,7 +43,6 @@ Repository = "https://github.com/OpenOrion/meshly"
43
"Bug Tracker" = "https://github.com/OpenOrion/meshly/issues"
44
Documentation = "https://github.com/OpenOrion/meshly#readme"
45
46
-[tool.setuptools.packages.find]
47
-where = ["."]
48
-include = ["meshly*"]
+[tool.setuptools]
+packages = ["meshly"]
49
0 commit comments