summaryrefslogtreecommitdiff
path: root/devel/py-tdworkflow/files/patch-pyproject.toml
blob: 5bf7c89cbb8d45471a76dad315d4e5ab50eecc40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- pyproject.toml.orig	2024-04-20 19:20:01 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=64", "setuptools_scm>=8"]
+requires = ["setuptools>=63", "setuptools_scm>=8"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -53,8 +53,9 @@ doc = [
 "Bug Reports" = "https://github.com/chezou/tdworkflow/issues"
 "Funding" = "https://github.com/sponsors/chezou"
 
-[tool.setuptools.packages]
-find = {}
+[tool.setuptools.packages.find]
+include = ["tdworkflow*"]
+exclude = ["tests*", "docs*"]
 
 [tool.setuptools_scm]