Skip to content

Commit 6f22287

Browse files
committed
fix: Configure setuptools for multiple packages (harmonizer, harmonizer_v73)
1 parent 197c29f commit 6f22287

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools.packages.find]
6+
include = ["harmonizer*"]
7+
58
[project]
69
name = "python-code-harmonizer"
710
version = "1.5.0"

0 commit comments

Comments
 (0)