asam-ev / qc-openscenarioxml

Mozilla Public License 2.0
7 stars 3 forks source link

Add windows manifest and __main__.py #53

Closed hoangtungdinh closed 3 months ago

hoangtungdinh commented 3 months 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