Skip to content

Commit 73db845

Browse files
committed
chore: setup build
1 parent 1c348e8 commit 73db845

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# sipgate Python E2E-Test Utils
2+
3+
This is a Python library for common utils used in sipgate-specific E2E testing (XML-, JSON-RPC, awaiting assertions, JobD helpers).

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[build-system]
2+
requires = ["setuptools >= 77.0.3"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "sipgate_e2e_test_utils"
7+
version = "0.0.1"
8+
authors = []
9+
description = "A library for common utils used in E2E testing (XML-, JSON-RPC, awaiting assertions, JobD helpers)"
10+
readme = "README.md"
11+
requires-python = ">=3.12"
12+
classifiers = [
13+
"Programming Language :: Python :: 3",
14+
"Operating System :: OS Independent",
15+
]
16+
license = "Apache-2.0"
17+
license-files = ["LICEN[CS]E*"]
18+
19+
[project.urls]
20+
Homepage = "https://github.com/sipgate/sipgate-e2e-test-utils"
21+
Issues = "https://github.com/sipgate/sipgate-e2e-test-utils/issues"

requirements.txt

Whitespace-only changes.

sipgate_e2e_test_utils/__init__.py

Whitespace-only changes.

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)