Skip to content
Snippets Groups Projects
Commit e96065f0 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fix pyproject.toml

parent 9f270dc4
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,15 @@ maintainers = [
Repository = "https://git.420joos.dev/ost/ml/virtual-quality-control-for-injection-molding/project"
"Findings Report" = "https://git.420joos.dev/ost/ml/virtual-quality-control-for-injection-molding/report"
[project.scripts]
vqcfim = "src.app:main"
[build-system]
requires = [
"setuptools>=60.0.0",
"setuptools >= 60.0.0",
"wheel"
]
build-backend = "setuptools.build_meta"
[project.scripts]
vqcfim = "src.app:main"
[tool.setuptools.packages.find]
where = ["."]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment