asam-ev / qc-openscenarioxml

6 stars 3 forks source link

Add windows manifest and __main__.py #53

Closed hoangtungdinh closed 1 month ago

hoangtungdinh commented 1 month ago

Description

Add manifest file for Windows and add some minor improvements.

Main changes

  1. Add manifest file for Windows.
  2. Simplify manifest file for Linux
  3. Update documentation
  4. Add __main__.py

How was the PR tested?

  1. Unit-test
  2. Tested locally with python qc_openscenario --help
  3. Linux manifest was tested via demo pipeline. Windows manifest will be tested after deployment.

Notes