eecs485staff / madoop

A light weight MapReduce framework for education
MIT License
9 stars 4 forks source link

Switch to pyproject.toml #60

Closed noah-weingarden closed 1 year ago

noah-weingarden commented 1 year ago

Closes #52.

noah-weingarden commented 1 year ago

Failing CI due to #61.

noah-weingarden commented 1 year ago

Only for contributors. Contributors need to have a pip version >= 21.3 and a setuptools version >= 64.0.0. If they don't, an error message will tell them specifically to upgrade pip or setuptools when they try to install the package in editable mode. End users aren't affected. (IIRC, setuptools still packages the distribution with a setup.py, setup.cfg, and pyproject.toml when you build it with a pyproject.toml.)

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (09c9a6d) 96.11% compared to head (fbceb52) 96.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #60 +/- ## ======================================== Coverage 96.11% 96.11% ======================================== Files 4 4 Lines 206 206 ======================================== Hits 198 198 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.