argoverse / argoverse-api

Official GitHub repository for Argoverse dataset
https://www.argoverse.org
Other
847 stars 242 forks source link

Update MANIFEST.in #225

Closed schmidt-ju closed 3 years ago

schmidt-ju commented 3 years ago

Added argoverse-v1.1.yaml to MANIFEST.In as included. This fixes the installation of the argoverse-api via pip.

Without this fix, the yaml file is missing and the api cannot be used properly.

Best regards

johnwlambert commented 3 years ago

Hi @schmidt-ju, thanks for the fix. We overlooked including this file. I've confirmed that this resolves the pip install so that

pip install argoverse @ git+https://github.com/argoai/argoverse-api.git@master

will work again

@jagjeet-singh and @benjaminrwilson would you mind reviewing this and approving the workflow, so CI can run?

jagjeet-singh commented 3 years ago

LGTM