We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663121e commit 14fce99Copy full SHA for 14fce99
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "mostlyai-qa"
3
version = "1.5.1"
4
-description = "Synthetic Data - Quality Assurance"
+description = "Synthetic Data Quality Assurance"
5
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
6
packages = [
7
{ include = "mostlyai/qa" }
@@ -44,9 +44,9 @@ dependencies = [
44
]
45
46
[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"
+homepage = "https://github.com/mostly-ai/mostlyai-qa"
+repository = "https://github.com/mostly-ai/mostlyai-qa"
+documentation = "https://mostly-ai.github.io/mostlyai-qa/"
50
51
[dependency-groups]
52
dev = [
0 commit comments