rapidsai / crossfit

Metric calculation library
Apache License 2.0
2 stars 5 forks source link

Add MANIFEST.in to ensure clean builds #67

Closed VibhuJawa closed 1 month ago

VibhuJawa commented 1 month ago

This PR allows use to cleanly build wheels.

python -m build .

Without this fix we get below:

 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/build-via-sdist-nc3b67_n/crossfit-0.0.3/requirements/dev.txt'. Looks like setup.py makes some assumptions about paths maybe?