Add conformance generator scripts

Change-Id: I5cb16ea1f47ee454f03a1d5182827e3fd9f49128
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
diff --git a/setup.cfg b/setup.cfg
index 6420a40..56974bd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,6 +28,7 @@
     checker
     frameworks
     tests
+    conformance
     xunit
     json2fbbin
     json2numpy
@@ -54,6 +55,7 @@
     convert2conformance = convert2conformance.convert2conformance:main
     tosa_verif_framework_generator = frameworks.tosa_verif_framework_generator:main
     tosa_verif_framework_compiler_runner = frameworks.tosa_verif_framework_compiler_runner:main
+    tosa_verif_conformance_generator = conformance.tosa_verif_conformance_generator:main
 
 [tool:pytest]
 testpaths=verif/tests