Skip to content

Commit c813c27

Browse files
committed
build: exclude test
1 parent f9b1279 commit c813c27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

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

88
[project]
99
name = "ibmsecurity"
10-
version = "2025.7.14.0"
10+
version = "2025.9.26.0"
1111
authors = [
1212
{ name="IBM", email="[email protected]" },
1313
]
@@ -36,7 +36,7 @@ optional-dependencies.test = {file = [".config/requirements-test.in"]}
3636

3737
[tool.setuptools.packages.find]
3838
exclude = [
39-
"test"
39+
"test*"
4040
]
4141

4242
[tool.pytest]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name="ibmsecurity",
5-
packages=find_packages(exclude=["test"]),
5+
packages=find_packages(exclude=["test*"]),
66
# Date of release used for version - please be sure to use YYYY.MM.DD.seq#, MM and DD should be two digits e.g. 2017.02.05.0
77
# seq# will be zero unless there are multiple release on a given day - then increment by one for additional release for that date
8-
version="2025.7.14.0",
8+
version="2025.9.26.0",
99
description="Idempotent functions for IBM Security Appliance REST APIs",
1010
author="IBM",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)