cleemesser / python-edf

source for python-edf project provides package of edflib to read European Data Format EEGs
2 stars 3 forks source link

Setuptools packaging fix #3

Closed cleemesser closed 2 years ago

cleemesser commented 2 years ago

pip installs seem to work again with these changes to setup.py also added changes to pyproject.toml

sourcery-ai[bot] commented 2 years ago

Sourcery Code Quality Report

❌  Merging this PR will decrease code quality in the affected files by 13.20%.

Quality metrics Before After Change
Complexity 2.69 ⭐ 3.00 ⭐ 0.31 👎
Method Length 75.50 🙂 121.00 😞 45.50 👎
Working memory 9.15 🙂 14.00 😞 4.85 👎
Quality 69.85% 🙂 56.65% 🙂 -13.20% 👎
Other metrics Before After Change
Lines 74 80 6
Changed files Quality Before Quality After Quality Change
setup.py 60.88% 🙂 56.65% 🙂 -4.23% 👎

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation

Legend and Explanation

The emojis denote the absolute quality of the code:

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!