Skip to content

Commit c833839

Browse files
author
github-actions
committed
<bot> update pyproject.toml
1 parent 2e22860 commit c833839

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pyproject.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ classifiers = [
3838
'Programming Language :: Python :: 3.11',
3939
'Programming Language :: Python :: 3.12',
4040
'Programming Language :: Python :: 3.13',
41-
'Programming Language :: Python :: 3.14',
4241
] # do not edit — autogenerated by wipac-dev-py-setup-action
43-
requires-python = ">=3.9, <3.15" # do not edit — autogenerated by wipac-dev-py-setup-action
42+
requires-python = ">=3.9, <3.14" # do not edit — autogenerated by wipac-dev-py-setup-action
4443
dynamic = ["version"] # do not edit — autogenerated by wipac-dev-py-setup-action
4544
license-files = ["LICENSE"] # do not edit — autogenerated by wipac-dev-py-setup-action
4645
license = "MIT" # do not edit — autogenerated by wipac-dev-py-setup-action
@@ -89,12 +88,16 @@ Homepage = "https://pypi.org/project/wipac-rest-tools/"
8988
Tracker = "https://github.com/WIPACrepo/rest-tools/issues"
9089
Source = "https://github.com/WIPACrepo/rest-tools"
9190

91+
[tool.setuptools]
92+
packages = [
93+
'rest_tools',
94+
'rest_tools.client',
95+
'rest_tools.server',
96+
'rest_tools.utils',
97+
] # do not edit — autogenerated by wipac-dev-py-setup-action
98+
9299
[tool.setuptools.package-data]
93100
"*" = ["py.typed"] # do not edit — autogenerated by wipac-dev-py-setup-action
94101

95-
[tool.setuptools.packages.find] # do not edit — autogenerated by wipac-dev-py-setup-action
96-
namespaces = false
97-
exclude = ["test", "tests", "doc", "docs", "resource", "resources", "example", "examples"]
98-
99102
[tool.setuptools_scm] # do not edit — autogenerated by wipac-dev-py-setup-action
100-
fallback_version = "UNTAGGED" # only used when SCM metadata is completely unavailable (e.g., no '.git/'). NOTE: in shallow clones without git tags, setuptools-scm will still infer a commit-based version (like '0.1.dev1+g79c9b4b'); this value will NOT be used in that case.
103+
fallback_version = "CANNOT_BUILD_WITHOUT_GIT_DIR" # used when SCM metadata is missing (no '.git/') — if '.git/' exists but does not contain tags, a commit-based version (like '0.1.dev1+g79c9b4b') will be used instead.

0 commit comments

Comments
 (0)