Closed tobiasfshr closed 1 year ago
Following https://peps.python.org/pep-0621/, we remove setup.py and unify the package configurations in pyproject.toml
Further, we introduce an easier cli usage for the engine / pl:
# vis4d engine vis4d fit --helpfull # pl engine vis4d-pl fit --helpfull
instead of
# vis4d engine python -m vis4d.engine.cli fit --helpfull # pl engine python -m vis4d.pl.cli fit --helpfull
Following https://peps.python.org/pep-0621/, we remove setup.py and unify the package configurations in pyproject.toml
Further, we introduce an easier cli usage for the engine / pl:
instead of