Skip to content

Commit aa84753

Browse files
authored
update pkg info
1 parent 26cb6cd commit aa84753

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

pyproject.toml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
[tool.poetry]
22
name = "mostlyai-qa"
33
version = "1.3.0"
4-
description = "Quality assurance for synthetic data"
4+
description = "Synthetic Data - Quality Assurance"
55
readme = "README.md"
6-
license = "Apache License v2"
6+
license = "Apache-2.0"
77
authors = ["MOSTLY AI <dev@mostly.ai>"]
88
packages = [
99
{ include = "mostlyai", from = "src" }
1010
]
11+
classifiers = [
12+
"Development Status :: 5 - Production/Stable",
13+
"Intended Audience :: Developers",
14+
"Intended Audience :: Science/Research",
15+
"Intended Audience :: Information Technology",
16+
"Intended Audience :: Financial and Insurance Industry",
17+
"Intended Audience :: Healthcare Industry",
18+
"Intended Audience :: Telecommunications Industry",
19+
"License :: OSI Approved :: Apache Software License",
20+
"Operating System :: OS Independent",
21+
"Topic :: Software Development :: Libraries",
22+
"Typing :: Typed",
23+
]
24+
25+
[tool.poetry.urls]
26+
"Homepage" = "https://github.com/mostly-ai/mostlyai-qa"
27+
"Documentation" = "https://mostly-ai.github.io/mostlyai-qa/"
28+
"Source" = "https://github.com/mostly-ai/mostlyai-qa"
29+
1130

1231
[tool.poetry.dependencies]
1332
python = "^3.10"

0 commit comments

Comments
 (0)