Skip to content

Commit f3fff6a

Browse files
committed
chore: update package metadata
1 parent e8ccab4 commit f3fff6a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pyproject.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,32 @@ build-backend = "hatchling.build"
55
[project]
66
name = "pytest-scim2-server"
77
version = "0.1.3"
8-
description = " SCIM2 server fixture for Pytest "
8+
description = "SCIM2 server fixture for Pytest"
99
readme = "README.md"
1010
requires-python = ">=3.10"
11+
license = {file = "LICENSE"}
12+
keywords = ["pytest", "fixture", "scim", "scim2", "rfc7643", "rfc7644"]
1113
dependencies = [
1214
"portpicker>=1.6.0",
1315
"pytest>=8.3.4",
1416
"scim2-server>=0.1.4",
1517
]
18+
authors = [{name="Yaal Coop", email="[email protected]"}]
19+
maintainers = [{name="Éloi Rivard", email="[email protected]"}]
20+
classifiers = [
21+
"Intended Audience :: Developers",
22+
"Development Status :: 4 - Beta",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
27+
"License :: OSI Approved :: MIT License",
28+
"Programming Language :: Python",
29+
"Operating System :: OS Independent",
30+
]
31+
32+
[project.urls]
33+
repository = "https://gitlab.com/pytest-dev/pytest-scim2-server"
1634

1735
[dependency-groups]
1836
dev = [

0 commit comments

Comments
 (0)