Skip to content

Commit 14fce99

Browse files
authored
docs: add github repo info to pyproject.toml
1 parent 663121e commit 14fce99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mostlyai-qa"
33
version = "1.5.1"
4-
description = "Synthetic Data - Quality Assurance"
4+
description = "Synthetic Data Quality Assurance"
55
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
66
packages = [
77
{ include = "mostlyai/qa" }
@@ -44,9 +44,9 @@ dependencies = [
4444
]
4545

4646
[project.urls]
47-
Homepage = "https://github.com/mostly-ai/mostlyai-qa"
48-
Documentation = "https://mostly-ai.github.io/mostlyai-qa/"
49-
Source = "https://github.com/mostly-ai/mostlyai-qa"
47+
homepage = "https://github.com/mostly-ai/mostlyai-qa"
48+
repository = "https://github.com/mostly-ai/mostlyai-qa"
49+
documentation = "https://mostly-ai.github.io/mostlyai-qa/"
5050

5151
[dependency-groups]
5252
dev = [

0 commit comments

Comments
 (0)