Skip to content

Commit f76a6b2

Browse files
committed
Add README.md to pyproject.toml
1 parent f453f40 commit f76a6b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ build-backend = "hatchling.build"
44

55
[project]
66
name="labkey"
7+
version = "4.1.0"
78
description = "Python client API for LabKey Server"
89
dependencies = ["requests>=2.32.5"]
10+
readme = "README.md"
911
requires-python = ">=3.11"
1012
license = "Apache-2.0"
1113
license-files = ["LICENSE.txt"]
@@ -25,7 +27,6 @@ classifiers = [
2527
"Programming Language :: Python :: 3.14",
2628
"Topic :: Scientific/Engineering",
2729
]
28-
version = "4.0.2"
2930

3031
[tool.hatch.build.targets.sdist]
3132
only-include = ["labkey"]

0 commit comments

Comments
 (0)