lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
2.83k stars 246 forks source link

Reintroduce MANIFEST.in #1565

Closed philippmwirth closed 1 week ago

philippmwirth commented 1 week ago

Reintroduce MANIFEST.in

With [tool.setuptools.exclude-package-data] the excluded directories are still packaged. Reintroducing MANIFEST.in fixes the problem. The test release on pypitest looks good: https://test.pypi.org/project/lightly/

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.81%. Comparing base (58a3c0d) to head (b910bc4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1565 +/- ## ======================================= Coverage 81.81% 81.81% ======================================= Files 144 144 Lines 6119 6119 ======================================= Hits 5006 5006 Misses 1113 1113 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.