File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mostlyai-qa"
33version = " 1.3.0"
4- description = " Quality assurance for synthetic data "
4+ description = " Synthetic Data - Quality Assurance "
55readme = " README.md"
6- license = " Apache License v2 "
6+ license = " Apache-2.0 "
77authors = [" MOSTLY AI <dev@mostly.ai>" ]
88packages = [
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 ]
1332python = " ^3.10"
You can’t perform that action at this time.
0 commit comments