Skip to content

Commit 8a00107

Browse files
committed
Refactor setuptools configuration to simplify package declaration
1 parent 519bd07 commit 8a00107

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

python/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "meshly"
7-
version = "1.0.5"
7+
version = "1.0.6"
88
description = "High-level abstractions and utilities for working with meshoptimizer"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -43,7 +43,6 @@ Repository = "https://github.com/OpenOrion/meshly"
4343
"Bug Tracker" = "https://github.com/OpenOrion/meshly/issues"
4444
Documentation = "https://github.com/OpenOrion/meshly#readme"
4545

46-
[tool.setuptools.packages.find]
47-
where = ["."]
48-
include = ["meshly*"]
46+
[tool.setuptools]
47+
packages = ["meshly"]
4948

0 commit comments

Comments
 (0)