Skip to content

Commit 63cc8af

Browse files
committed
add comments for clarity and remove keywords from pyproject.toml
1 parent 318aa6f commit 63cc8af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
# This section is used by PyPI and follows PEP 621 for package metadata
12
[project]
23
name = "humanloop"
34
description = "The Humanloop Python Library"
45
authors = []
5-
keywords = ["ai", "machine-learning", "llm", "sdk", "humanloop"]
66

7+
# This section is used by Poetry for development and building
8+
# The metadata here is used during development but not published to PyPI
79
[tool.poetry]
810
name = "humanloop"
911
version = "0.8.36b1"
1012
description = "Humanloop Python SDK"
1113
readme = "README.md"
1214
authors = []
13-
keywords = []
1415
packages = [
1516
{ include = "humanloop", from = "src" },
1617
]

0 commit comments

Comments
 (0)