jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.28k stars 317 forks source link

Replace setup.py by pyproject.toml #450

Closed claudep closed 8 months ago

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (0e69cff) 90.14% compared to head (f976c12) 90.20%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #450 +/- ## ========================================== + Coverage 90.14% 90.20% +0.06% ========================================== Files 6 6 Lines 284 286 +2 Branches 51 51 ========================================== + Hits 256 258 +2 Misses 12 12 Partials 16 16 ```

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

claudep commented 9 months ago

Does anyone know how to not include __pycache__ directories when building with python -m build? It's a current blocker for this patch.

merwok commented 9 months ago

That’s probably up to the build backend

claudep commented 9 months ago

I checked other packages using the simple build backend, but their packages don't include __pycache__ dirs, so...

merwok commented 9 months ago

What is «the simple build backend»? You are using setuptools, which is popular but complicated. flit-core is a simple build backend, hatchling too I think. (pypa/build is a build frontend, it does not control the wheel build itself)

claudep commented 9 months ago

I think this is now ready. @Natim, is this OK for you?