RCG Pipeline: Fix Python imports in pyproject.toml

This commit is contained in:
Igor Brylyov 2024-04-12 17:23:29 +00:00
parent 31f5810bef
commit 037827669a

View file

@ -3,7 +3,7 @@ requires = ["setuptools >= 69.0"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.setuptools] [tool.setuptools]
packages = ["rcg_pipeline"] packages = ["rcg_pipeline", "rcg_pipeline.export", "rcg_pipeline.utils"]
[project] [project]
name = "rcg_pipeline" name = "rcg_pipeline"