diff --git a/pyproject.toml b/pyproject.toml index 22b1457..c51ef8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ aproc = 'nulrdcscripts.aproc.aproc:main' vproc = 'nulrdcscripts.vproc.vproc:main' ingest = 'nulrdcscripts.ingest.ingest:main' oyez = 'nulrdcscripts.tools.oyez:main' +iqc = 'nulrdcscripts.iqc.iqc:main' [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" \ No newline at end of file