RCG Pipeline: Fix Python imports in pyproject.toml
This commit is contained in:
parent
31f5810bef
commit
037827669a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue